Html Css Color HEX #B52629 Cardinal

📋 copy color: '#B52629'

red 181 ◦ green 38 ◦ blue 41

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

Shades of Cardinal #B52629

Tints of Cardinal #B52629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 69.62%
G = 14.62%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B52629 (or 0xB52629) is known color: Cardinal. HEX triplet: B5, 26 and 29. RGB value is (181,38,41). Sum of RGB (Red+Green+Blue) = 181+38+41=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B52629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52629 is #4AD9D6. Grayscale: #515151. Windows color (decimal): -4905431 or 2696885. OLE color: 2696885.

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

Color convert

RGB 181 38 41 -
CMYK 0 0.79 0.77 0.29
HSL 358.74º 0.65% 0.43% -
HSV(B) 358.74º 0.79% 0.71% -
XYZ 20.15 11.37 3.23 -
YUV 81.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 181 38 41 0 0.79 0.77 0.29 358.74 0.65 0.43
Hex B5 26 29 0 4F 4D 1D 167 41 2B
Octal 265 46 51 0 117 115 35 547 101 53
Binary 10110101 100110 101001 0 1001111 1001101 11101 101100111 1000001 101011

Color Harmonies of #B52629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52629

Black with #B52629

Text Example


Text Example

White with #B52629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52629; }

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

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

background-color css

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

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

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

border-color css

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

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

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