Html Css Color HEX #B22528 Cardinal

📋 copy color: '#B22528'

red 178 ◦ green 37 ◦ blue 40

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

Shades of Cardinal #B22528

Tints of Cardinal #B22528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 69.8%
G = 14.51%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B22528 (or 0xB22528) is known color: Cardinal. HEX triplet: B2, 25 and 28. RGB value is (178,37,40). Sum of RGB (Red+Green+Blue) = 178+37+40=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B22528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22528 is #4DDAD7. Grayscale: #4F4F4F. Windows color (decimal): -5102296 or 2631090. OLE color: 2631090.

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

Color convert

RGB 178 37 40 -
CMYK 0 0.79 0.78 0.30
HSL 358.72º 0.66% 0.42% -
HSV(B) 358.72º 0.79% 0.7% -
XYZ 19.4 10.94 3.1 -
YUV 79.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 178 37 40 0 0.79 0.78 0.30 358.72 0.66 0.42
Hex B2 25 28 0 4F 4E 1E 167 42 2A
Octal 262 45 50 0 117 116 36 547 102 52
Binary 10110010 100101 101000 0 1001111 1001110 11110 101100111 1000010 101010

Color Harmonies of #B22528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22528

Black with #B22528

Text Example


Text Example

White with #B22528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22528; }

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

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

background-color css

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

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

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

border-color css

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

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

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