Html Css Color HEX #B22833 Cardinal

📋 copy color: '#B22833'

red 178 ◦ green 40 ◦ blue 51

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

Shades of Cardinal #B22833

Tints of Cardinal #B22833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 66.17%
G = 14.87%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22833 (or 0xB22833) is known color: Cardinal. HEX triplet: B2, 28 and 33. RGB value is (178,40,51). Sum of RGB (Red+Green+Blue) = 178+40+51=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22833 is #4DD7CC. Grayscale: #525252. Windows color (decimal): -5101517 or 3352754. OLE color: 3352754.

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

Color convert

RGB 178 40 51 -
CMYK 0 0.78 0.71 0.30
HSL 355.22º 0.63% 0.43% -
HSV(B) 355.22º 0.78% 0.7% -
XYZ 19.72 11.22 4.26 -
YUV 82.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 178 40 51 0 0.78 0.71 0.30 355.22 0.63 0.43
Hex B2 28 33 0 4E 47 1E 163 3F 2B
Octal 262 50 63 0 116 107 36 543 77 53
Binary 10110010 101000 110011 0 1001110 1000111 11110 101100011 111111 101011

Color Harmonies of #B22833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22833

Black with #B22833

Text Example


Text Example

White with #B22833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22833; }

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

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

background-color css

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

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

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

border-color css

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

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

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