Html Css Color HEX #B20234 Cardinal

📋 copy color: '#B20234'

red 178 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #B20234

Tints of Cardinal #B20234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 76.72%
G = 0.86%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20234 (or 0xB20234) is known color: Cardinal. HEX triplet: B2, 02 and 34. RGB value is (178,2,52). Sum of RGB (Red+Green+Blue) = 178+2+52=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20234 is #4DFDCB. Grayscale: #3C3C3C. Windows color (decimal): -5111244 or 3408562. OLE color: 3408562.

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

Color convert

RGB 178 2 52 -
CMYK 0 0.99 0.71 0.30
HSL 342.95º 0.98% 0.35% -
HSV(B) 342.95º 0.99% 0.7% -
XYZ 19 9.76 4.13 -
YUV 60.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 178 2 52 0 0.99 0.71 0.30 342.95 0.98 0.35
Hex B2 2 34 0 63 47 1E 157 62 23
Octal 262 2 64 0 143 107 36 527 142 43
Binary 10110010 10 110100 0 1100011 1000111 11110 101010111 1100010 100011

Color Harmonies of #B20234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20234

Black with #B20234

Text Example


Text Example

White with #B20234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20234; }

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

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

background-color css

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

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

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

border-color css

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

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

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