Html Css Color HEX #B22433 Cardinal

📋 copy color: '#B22433'

red 178 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #B22433

Tints of Cardinal #B22433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 67.17%
G = 13.58%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22433 (or 0xB22433) is known color: Cardinal. HEX triplet: B2, 24 and 33. RGB value is (178,36,51). Sum of RGB (Red+Green+Blue) = 178+36+51=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B22433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22433 is #4DDBCC. Grayscale: #505050. Windows color (decimal): -5102541 or 3351730. OLE color: 3351730.

HSL color Cylindrical-coordinate representation of color #B22433: hue angle of 353.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22433 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 51 -
CMYK 0 0.80 0.71 0.30
HSL 353.66º 0.66% 0.42% -
HSV(B) 353.66º 0.8% 0.7% -
XYZ 19.59 10.97 4.22 -
YUV 80.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 178 36 51 0 0.80 0.71 0.30 353.66 0.66 0.42
Hex B2 24 33 0 50 47 1E 162 42 2A
Octal 262 44 63 0 120 107 36 542 102 52
Binary 10110010 100100 110011 0 1010000 1000111 11110 101100010 1000010 101010

Color Harmonies of #B22433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22433

Black with #B22433

Text Example


Text Example

White with #B22433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22433; }

 p { color: rgb(178,36,51); }

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

background-color css

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

 a { background-color: rgb(178,36,51); }

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

border-color css

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

 span { border-color: rgb(178,36,51); }

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