Html Css Color HEX #B20440 Cardinal

📋 copy color: '#B20440'

red 178 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #B20440

Tints of Cardinal #B20440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 72.36%
G = 1.63%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20440 (or 0xB20440) is known color: Cardinal. HEX triplet: B2, 04 and 40. RGB value is (178,4,64). Sum of RGB (Red+Green+Blue) = 178+4+64=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B20440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20440 is #4DFBBF. Grayscale: #3E3E3E. Windows color (decimal): -5110720 or 4195506. OLE color: 4195506.

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

Color convert

RGB 178 4 64 -
CMYK 0 0.98 0.64 0.30
HSL 339.31º 0.96% 0.36% -
HSV(B) 339.31º 0.98% 0.7% -
XYZ 19.33 9.92 5.75 -
YUV 62.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 178 4 64 0 0.98 0.64 0.30 339.31 0.96 0.36
Hex B2 4 40 0 62 40 1E 153 60 24
Octal 262 4 100 0 142 100 36 523 140 44
Binary 10110010 100 1000000 0 1100010 1000000 11110 101010011 1100000 100100

Color Harmonies of #B20440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20440

Black with #B20440

Text Example


Text Example

White with #B20440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20440; }

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

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

background-color css

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

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

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

border-color css

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

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

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