Html Css Color HEX #B52834 Cardinal

📋 copy color: '#B52834'

red 181 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #B52834

Tints of Cardinal #B52834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 66.3%
G = 14.65%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B52834 (or 0xB52834) is known color: Cardinal. HEX triplet: B5, 28 and 34. RGB value is (181,40,52). Sum of RGB (Red+Green+Blue) = 181+40+52=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B52834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52834 is #4AD7CB. Grayscale: #535353. Windows color (decimal): -4904908 or 3418293. OLE color: 3418293.

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

Color convert

RGB 181 40 52 -
CMYK 0 0.78 0.71 0.29
HSL 354.89º 0.64% 0.43% -
HSV(B) 354.89º 0.78% 0.71% -
XYZ 20.43 11.59 4.41 -
YUV 83.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 181 40 52 0 0.78 0.71 0.29 354.89 0.64 0.43
Hex B5 28 34 0 4E 47 1D 163 40 2B
Octal 265 50 64 0 116 107 35 543 100 53
Binary 10110101 101000 110100 0 1001110 1000111 11101 101100011 1000000 101011

Color Harmonies of #B52834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52834

Black with #B52834

Text Example


Text Example

White with #B52834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52834; }

 p { color: rgb(181,40,52); }

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

background-color css

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

 a { background-color: rgb(181,40,52); }

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

border-color css

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

 span { border-color: rgb(181,40,52); }

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