Html Css Color HEX #B22030 Cardinal

📋 copy color: '#B22030'

red 178 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #B22030

Tints of Cardinal #B22030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 68.99%
G = 12.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B22030 (or 0xB22030) is known color: Cardinal. HEX triplet: B2, 20 and 30. RGB value is (178,32,48). Sum of RGB (Red+Green+Blue) = 178+32+48=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22030 is #4DDFCF. Grayscale: #4D4D4D. Windows color (decimal): -5103568 or 3154098. OLE color: 3154098.

HSL color Cylindrical-coordinate representation of color #B22030: hue angle of 353.42º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22030 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 48 -
CMYK 0 0.82 0.73 0.30
HSL 353.42º 0.7% 0.41% -
HSV(B) 353.42º 0.82% 0.7% -
XYZ 19.41 10.71 3.84 -
YUV 77.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 178 32 48 0 0.82 0.73 0.30 353.42 0.7 0.41
Hex B2 20 30 0 52 49 1E 161 46 29
Octal 262 40 60 0 122 111 36 541 106 51
Binary 10110010 100000 110000 0 1010010 1001001 11110 101100001 1000110 101001

Color Harmonies of #B22030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22030

Black with #B22030

Text Example


Text Example

White with #B22030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22030; }

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

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

background-color css

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

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

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

border-color css

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

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

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