Html Css Color HEX #B20940 Cardinal

📋 copy color: '#B20940'

red 178 ◦ green 9 ◦ blue 64

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

Shades of Cardinal #B20940

Tints of Cardinal #B20940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 70.92%
G = 3.59%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20940 (or 0xB20940) is known color: Cardinal. HEX triplet: B2, 09 and 40. RGB value is (178,9,64). Sum of RGB (Red+Green+Blue) = 178+9+64=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B20940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20940 is #4DF6BF. Grayscale: #414141. Windows color (decimal): -5109440 or 4196786. OLE color: 4196786.

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

Color convert

RGB 178 9 64 -
CMYK 0 0.95 0.64 0.30
HSL 340.47º 0.9% 0.37% -
HSV(B) 340.47º 0.95% 0.7% -
XYZ 19.38 10.03 5.76 -
YUV 65.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 178 9 64 0 0.95 0.64 0.30 340.47 0.9 0.37
Hex B2 9 40 0 5F 40 1E 154 5A 25
Octal 262 11 100 0 137 100 36 524 132 45
Binary 10110010 1001 1000000 0 1011111 1000000 11110 101010100 1011010 100101

Color Harmonies of #B20940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20940

Black with #B20940

Text Example


Text Example

White with #B20940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20940; }

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

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

background-color css

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

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

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

border-color css

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

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

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