Html Css Color HEX #B22328 Cardinal

📋 copy color: '#B22328'

red 178 ◦ green 35 ◦ blue 40

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

Shades of Cardinal #B22328

Tints of Cardinal #B22328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 70.36%
G = 13.83%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B22328 (or 0xB22328) is known color: Cardinal. HEX triplet: B2, 23 and 28. RGB value is (178,35,40). Sum of RGB (Red+Green+Blue) = 178+35+40=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B22328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22328 is #4DDCD7. Grayscale: #4E4E4E. Windows color (decimal): -5102808 or 2630578. OLE color: 2630578.

HSL color Cylindrical-coordinate representation of color #B22328: hue angle of 357.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22328 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 40 -
CMYK 0 0.80 0.78 0.30
HSL 357.9º 0.67% 0.42% -
HSV(B) 357.9º 0.8% 0.7% -
XYZ 19.34 10.82 3.08 -
YUV 78.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 178 35 40 0 0.80 0.78 0.30 357.9 0.67 0.42
Hex B2 23 28 0 50 4E 1E 166 43 2A
Octal 262 43 50 0 120 116 36 546 103 52
Binary 10110010 100011 101000 0 1010000 1001110 11110 101100110 1000011 101010

Color Harmonies of #B22328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22328

Black with #B22328

Text Example


Text Example

White with #B22328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22328; }

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

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

background-color css

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

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

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

border-color css

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

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

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