Html Css Color HEX #B20434 Cardinal

📋 copy color: '#B20434'

red 178 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B20434

Tints of Cardinal #B20434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 76.07%
G = 1.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20434 (or 0xB20434) is known color: Cardinal. HEX triplet: B2, 04 and 34. RGB value is (178,4,52). Sum of RGB (Red+Green+Blue) = 178+4+52=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20434 is #4DFBCB. Grayscale: #3D3D3D. Windows color (decimal): -5110732 or 3409074. OLE color: 3409074.

HSL color Cylindrical-coordinate representation of color #B20434: hue angle of 343.45º 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 #B20434 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 52 -
CMYK 0 0.98 0.71 0.30
HSL 343.45º 0.96% 0.36% -
HSV(B) 343.45º 0.98% 0.7% -
XYZ 19.02 9.8 4.14 -
YUV 61.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 178 4 52 0 0.98 0.71 0.30 343.45 0.96 0.36
Hex B2 4 34 0 62 47 1E 157 60 24
Octal 262 4 64 0 142 107 36 527 140 44
Binary 10110010 100 110100 0 1100010 1000111 11110 101010111 1100000 100100

Color Harmonies of #B20434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20434

Black with #B20434

Text Example


Text Example

White with #B20434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20434; }

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

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

background-color css

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

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

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

border-color css

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

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

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