Html Css Color HEX #B22529 Cardinal

📋 copy color: '#B22529'

red 178 ◦ green 37 ◦ blue 41

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

Shades of Cardinal #B22529

Tints of Cardinal #B22529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 69.53%
G = 14.45%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B22529 (or 0xB22529) is known color: Cardinal. HEX triplet: B2, 25 and 29. RGB value is (178,37,41). Sum of RGB (Red+Green+Blue) = 178+37+41=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B22529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22529 is #4DDAD6. Grayscale: #4F4F4F. Windows color (decimal): -5102295 or 2696626. OLE color: 2696626.

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

Color convert

RGB 178 37 41 -
CMYK 0 0.79 0.77 0.30
HSL 358.3º 0.66% 0.42% -
HSV(B) 358.3º 0.79% 0.7% -
XYZ 19.42 10.95 3.19 -
YUV 79.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 178 37 41 0 0.79 0.77 0.30 358.3 0.66 0.42
Hex B2 25 29 0 4F 4D 1E 166 42 2A
Octal 262 45 51 0 117 115 36 546 102 52
Binary 10110010 100101 101001 0 1001111 1001101 11110 101100110 1000010 101010

Color Harmonies of #B22529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22529

Black with #B22529

Text Example


Text Example

White with #B22529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22529; }

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

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

background-color css

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

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

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

border-color css

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

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

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