Html Css Color HEX #B22937 Cardinal

📋 copy color: '#B22937'

red 178 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #B22937

Tints of Cardinal #B22937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 64.96%
G = 14.96%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B22937 (or 0xB22937) is known color: Cardinal. HEX triplet: B2, 29 and 37. RGB value is (178,41,55). Sum of RGB (Red+Green+Blue) = 178+41+55=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B22937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22937 is #4DD6C8. Grayscale: #535353. Windows color (decimal): -5101257 or 3615154. OLE color: 3615154.

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

Color convert

RGB 178 41 55 -
CMYK 0 0.77 0.69 0.30
HSL 353.87º 0.63% 0.43% -
HSV(B) 353.87º 0.77% 0.7% -
XYZ 19.84 11.33 4.75 -
YUV 83.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 178 41 55 0 0.77 0.69 0.30 353.87 0.63 0.43
Hex B2 29 37 0 4D 45 1E 162 3F 2B
Octal 262 51 67 0 115 105 36 542 77 53
Binary 10110010 101001 110111 0 1001101 1000101 11110 101100010 111111 101011

Color Harmonies of #B22937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22937

Black with #B22937

Text Example


Text Example

White with #B22937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22937; }

 p { color: rgb(178,41,55); }

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

background-color css

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

 a { background-color: rgb(178,41,55); }

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

border-color css

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

 span { border-color: rgb(178,41,55); }

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