Html Css Color HEX #B22230 Cardinal

📋 copy color: '#B22230'

red 178 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #B22230

Tints of Cardinal #B22230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 68.46%
G = 13.08%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B22230 (or 0xB22230) is known color: Cardinal. HEX triplet: B2, 22 and 30. RGB value is (178,34,48). Sum of RGB (Red+Green+Blue) = 178+34+48=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B22230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22230 is #4DDDCF. Grayscale: #4E4E4E. Windows color (decimal): -5103056 or 3154610. OLE color: 3154610.

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

Color convert

RGB 178 34 48 -
CMYK 0 0.81 0.73 0.30
HSL 354.17º 0.68% 0.42% -
HSV(B) 354.17º 0.81% 0.7% -
XYZ 19.47 10.82 3.86 -
YUV 78.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 178 34 48 0 0.81 0.73 0.30 354.17 0.68 0.42
Hex B2 22 30 0 51 49 1E 162 44 2A
Octal 262 42 60 0 121 111 36 542 104 52
Binary 10110010 100010 110000 0 1010001 1001001 11110 101100010 1000100 101010

Color Harmonies of #B22230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22230

Black with #B22230

Text Example


Text Example

White with #B22230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22230; }

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

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

background-color css

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

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

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

border-color css

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

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

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