Html Css Color HEX #B20A30 Cardinal

📋 copy color: '#B20A30'

red 178 ◦ green 10 ◦ blue 48

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

Shades of Cardinal #B20A30

Tints of Cardinal #B20A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 75.42%
G = 4.24%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B20A30 (or 0xB20A30) is known color: Cardinal. HEX triplet: B2, 0A and 30. RGB value is (178,10,48). Sum of RGB (Red+Green+Blue) = 178+10+48=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A30 is #4DF5CF. Grayscale: #404040. Windows color (decimal): -5109200 or 3148466. OLE color: 3148466.

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

Color convert

RGB 178 10 48 -
CMYK 0 0.94 0.73 0.30
HSL 346.43º 0.89% 0.37% -
HSV(B) 346.43º 0.94% 0.7% -
XYZ 19 9.9 3.7 -
YUV 64.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 178 10 48 0 0.94 0.73 0.30 346.43 0.89 0.37
Hex B2 A 30 0 5E 49 1E 15A 59 25
Octal 262 12 60 0 136 111 36 532 131 45
Binary 10110010 1010 110000 0 1011110 1001001 11110 101011010 1011001 100101

Color Harmonies of #B20A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A30

Black with #B20A30

Text Example


Text Example

White with #B20A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A30; }

 p { color: rgb(178,10,48); }

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

background-color css

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

 a { background-color: rgb(178,10,48); }

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

border-color css

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

 span { border-color: rgb(178,10,48); }

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