Html Css Color HEX #B52129 Cardinal

📋 copy color: '#B52129'

red 181 ◦ green 33 ◦ blue 41

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

Shades of Cardinal #B52129

Tints of Cardinal #B52129

RGB

 RED value IS 181 (71.09% from 255) = 70.98%

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 70.98%
G = 12.94%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B52129 (or 0xB52129) is known color: Cardinal. HEX triplet: B5, 21 and 29. RGB value is (181,33,41). Sum of RGB (Red+Green+Blue) = 181+33+41=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B52129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52129 is #4ADED6. Grayscale: #4E4E4E. Windows color (decimal): -4906711 or 2695605. OLE color: 2695605.

HSL color Cylindrical-coordinate representation of color #B52129: hue angle of 356.76º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52129 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 41 -
CMYK 0 0.82 0.77 0.29
HSL 356.76º 0.69% 0.42% -
HSV(B) 356.76º 0.82% 0.71% -
XYZ 20 11.07 3.18 -
YUV 78.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 181 33 41 0 0.82 0.77 0.29 356.76 0.69 0.42
Hex B5 21 29 0 52 4D 1D 165 45 2A
Octal 265 41 51 0 122 115 35 545 105 52
Binary 10110101 100001 101001 0 1010010 1001101 11101 101100101 1000101 101010

Color Harmonies of #B52129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52129

Black with #B52129

Text Example


Text Example

White with #B52129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52129; }

 p { color: rgb(181,33,41); }

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

background-color css

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

 a { background-color: rgb(181,33,41); }

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

border-color css

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

 span { border-color: rgb(181,33,41); }

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