Html Css Color HEX #B22830 Cardinal

📋 copy color: '#B22830'

red 178 ◦ green 40 ◦ blue 48

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

Shades of Cardinal #B22830

Tints of Cardinal #B22830

RGB

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

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

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

R = 66.92%
G = 15.04%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B22830 (or 0xB22830) is known color: Cardinal. HEX triplet: B2, 28 and 30. RGB value is (178,40,48). Sum of RGB (Red+Green+Blue) = 178+40+48=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B22830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22830 is #4DD7CF. Grayscale: #525252. Windows color (decimal): -5101520 or 3156146. OLE color: 3156146.

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

Color convert

RGB 178 40 48 -
CMYK 0 0.78 0.73 0.30
HSL 356.52º 0.63% 0.43% -
HSV(B) 356.52º 0.78% 0.7% -
XYZ 19.65 11.2 3.92 -
YUV 82.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 178 40 48 0 0.78 0.73 0.30 356.52 0.63 0.43
Hex B2 28 30 0 4E 49 1E 165 3F 2B
Octal 262 50 60 0 116 111 36 545 77 53
Binary 10110010 101000 110000 0 1001110 1001001 11110 101100101 111111 101011

Color Harmonies of #B22830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22830

Black with #B22830

Text Example


Text Example

White with #B22830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22830; }

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

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

background-color css

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

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

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

border-color css

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

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

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