Html Css Color HEX #B21740 Cardinal

📋 copy color: '#B21740'

red 178 ◦ green 23 ◦ blue 64

#B21740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B21740

Tints of Cardinal #B21740

RGB

 RED value IS 178 (69.92% from 255) = 67.17%

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 67.17%
G = 8.68%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B21740 (or 0xB21740) is known color: Cardinal. HEX triplet: B2, 17 and 40. RGB value is (178,23,64). Sum of RGB (Red+Green+Blue) = 178+23+64=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B21740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21740 is #4DE8BF. Grayscale: #4A4A4A. Windows color (decimal): -5105856 or 4200370. OLE color: 4200370.

HSL color Cylindrical-coordinate representation of color #B21740: hue angle of 344.13º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21740 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 64 -
CMYK 0 0.87 0.64 0.30
HSL 344.13º 0.77% 0.39% -
HSV(B) 344.13º 0.87% 0.7% -
XYZ 19.59 10.45 5.83 -
YUV 74.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 178 23 64 0 0.87 0.64 0.30 344.13 0.77 0.39
Hex B2 17 40 0 57 40 1E 158 4D 27
Octal 262 27 100 0 127 100 36 530 115 47
Binary 10110010 10111 1000000 0 1010111 1000000 11110 101011000 1001101 100111

Color Harmonies of #B21740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21740

Black with #B21740

Text Example


Text Example

White with #B21740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21740; }

 p { color: rgb(178,23,64); }

 H1.HeaderClassName
 {
   color: #B21740;
 }
 .AnyTagClassName
 {
   color: #B21740;
 }
</style>

background-color css

<style>
 a { background-color: #B21740; }

 a { background-color: rgb(178,23,64); }

 div.DivClassName
 {
   background-color: #B21740;
 }
 .BgClassName
 {
   background-color: #B21740;
 }
</style>

border-color css

<style>
 span { border-color: #B21740; }

 span { border-color: rgb(178,23,64); }

 td.TdClassName
 {
   border-color: #B21740;
 }
 .TagClassName
 {
   border-color: #B21740;
 }
</style>