Html Css Color HEX #B52030 Cardinal

📋 copy color: '#B52030'

red 181 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #B52030

Tints of Cardinal #B52030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 69.35%
G = 12.26%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B52030 (or 0xB52030) is known color: Cardinal. HEX triplet: B5, 20 and 30. RGB value is (181,32,48). Sum of RGB (Red+Green+Blue) = 181+32+48=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B52030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52030 is #4ADFCF. Grayscale: #4E4E4E. Windows color (decimal): -4906960 or 3154101. OLE color: 3154101.

HSL color Cylindrical-coordinate representation of color #B52030: hue angle of 353.56º degrees, saturation: 0.7, 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 #B52030 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 48 -
CMYK 0 0.82 0.73 0.29
HSL 353.56º 0.7% 0.42% -
HSV(B) 353.56º 0.82% 0.71% -
XYZ 20.11 11.07 3.87 -
YUV 78.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 181 32 48 0 0.82 0.73 0.29 353.56 0.7 0.42
Hex B5 20 30 0 52 49 1D 162 46 2A
Octal 265 40 60 0 122 111 35 542 106 52
Binary 10110101 100000 110000 0 1010010 1001001 11101 101100010 1000110 101010

Color Harmonies of #B52030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52030

Black with #B52030

Text Example


Text Example

White with #B52030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52030; }

 p { color: rgb(181,32,48); }

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

background-color css

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

 a { background-color: rgb(181,32,48); }

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

border-color css

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

 span { border-color: rgb(181,32,48); }

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