Html Css Color HEX #B20540 Cardinal

📋 copy color: '#B20540'

red 178 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B20540

Tints of Cardinal #B20540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 72.06%
G = 2.02%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20540 (or 0xB20540) is known color: Cardinal. HEX triplet: B2, 05 and 40. RGB value is (178,5,64). Sum of RGB (Red+Green+Blue) = 178+5+64=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B20540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20540 is #4DFABF. Grayscale: #3F3F3F. Windows color (decimal): -5110464 or 4195762. OLE color: 4195762.

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

Color convert

RGB 178 5 64 -
CMYK 0 0.97 0.64 0.30
HSL 339.54º 0.95% 0.36% -
HSV(B) 339.54º 0.97% 0.7% -
XYZ 19.34 9.94 5.75 -
YUV 63.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 178 5 64 0 0.97 0.64 0.30 339.54 0.95 0.36
Hex B2 5 40 0 61 40 1E 154 5F 24
Octal 262 5 100 0 141 100 36 524 137 44
Binary 10110010 101 1000000 0 1100001 1000000 11110 101010100 1011111 100100

Color Harmonies of #B20540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20540

Black with #B20540

Text Example


Text Example

White with #B20540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20540; }

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

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

background-color css

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

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

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

border-color css

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

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

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