Html Css Color HEX #B22234 Cardinal

📋 copy color: '#B22234'

red 178 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #B22234

Tints of Cardinal #B22234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

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

R = 67.42%
G = 12.88%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22234 (or 0xB22234) is known color: Cardinal. HEX triplet: B2, 22 and 34. RGB value is (178,34,52). Sum of RGB (Red+Green+Blue) = 178+34+52=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B22234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22234 is #4DDDCB. Grayscale: #4F4F4F. Windows color (decimal): -5103052 or 3416754. OLE color: 3416754.

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

Color convert

RGB 178 34 52 -
CMYK 0 0.81 0.71 0.30
HSL 352.5º 0.68% 0.42% -
HSV(B) 352.5º 0.81% 0.7% -
XYZ 19.55 10.86 4.31 -
YUV 79.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 178 34 52 0 0.81 0.71 0.30 352.5 0.68 0.42
Hex B2 22 34 0 51 47 1E 160 44 2A
Octal 262 42 64 0 121 107 36 540 104 52
Binary 10110010 100010 110100 0 1010001 1000111 11110 101100000 1000100 101010

Color Harmonies of #B22234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22234

Black with #B22234

Text Example


Text Example

White with #B22234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22234; }

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

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

background-color css

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

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

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

border-color css

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

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

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