Html Css Color HEX #B22035 Cardinal

📋 copy color: '#B22035'

red 178 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #B22035

Tints of Cardinal #B22035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 67.68%
G = 12.17%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B22035 (or 0xB22035) is known color: Cardinal. HEX triplet: B2, 20 and 35. RGB value is (178,32,53). Sum of RGB (Red+Green+Blue) = 178+32+53=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B22035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22035 is #4DDFCA. Grayscale: #4E4E4E. Windows color (decimal): -5103563 or 3481778. OLE color: 3481778.

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

Color convert

RGB 178 32 53 -
CMYK 0 0.82 0.70 0.30
HSL 351.37º 0.7% 0.41% -
HSV(B) 351.37º 0.82% 0.7% -
XYZ 19.52 10.76 4.42 -
YUV 78.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 178 32 53 0 0.82 0.70 0.30 351.37 0.7 0.41
Hex B2 20 35 0 52 46 1E 15F 46 29
Octal 262 40 65 0 122 106 36 537 106 51
Binary 10110010 100000 110101 0 1010010 1000110 11110 101011111 1000110 101001

Color Harmonies of #B22035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22035

Black with #B22035

Text Example


Text Example

White with #B22035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22035; }

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

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

background-color css

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

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

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

border-color css

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

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

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