Html Css Color HEX #B52935 Cardinal

📋 copy color: '#B52935'

red 181 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #B52935

Tints of Cardinal #B52935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 65.82%
G = 14.91%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B52935 (or 0xB52935) is known color: Cardinal. HEX triplet: B5, 29 and 35. RGB value is (181,41,53). Sum of RGB (Red+Green+Blue) = 181+41+53=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B52935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52935 is #4AD6CA. Grayscale: #545454. Windows color (decimal): -4904651 or 3484085. OLE color: 3484085.

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

Color convert

RGB 181 41 53 -
CMYK 0 0.77 0.71 0.29
HSL 354.86º 0.63% 0.44% -
HSV(B) 354.86º 0.77% 0.71% -
XYZ 20.49 11.67 4.54 -
YUV 84.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 181 41 53 0 0.77 0.71 0.29 354.86 0.63 0.44
Hex B5 29 35 0 4D 47 1D 163 3F 2C
Octal 265 51 65 0 115 107 35 543 77 54
Binary 10110101 101001 110101 0 1001101 1000111 11101 101100011 111111 101100

Color Harmonies of #B52935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52935

Black with #B52935

Text Example


Text Example

White with #B52935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52935; }

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

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

background-color css

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

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

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

border-color css

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

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

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