Html Css Color HEX #B52933 Cardinal

📋 copy color: '#B52933'

red 181 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B52933

Tints of Cardinal #B52933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 66.3%
G = 15.02%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B52933 (or 0xB52933) is known color: Cardinal. HEX triplet: B5, 29 and 33. RGB value is (181,41,51). Sum of RGB (Red+Green+Blue) = 181+41+51=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B52933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52933 is #4AD6CC. Grayscale: #545454. Windows color (decimal): -4904653 or 3353013. OLE color: 3353013.

HSL color Cylindrical-coordinate representation of color #B52933: hue angle of 355.71º 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 #B52933 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 51 -
CMYK 0 0.77 0.72 0.29
HSL 355.71º 0.63% 0.44% -
HSV(B) 355.71º 0.77% 0.71% -
XYZ 20.45 11.65 4.3 -
YUV 84 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 181 41 51 0 0.77 0.72 0.29 355.71 0.63 0.44
Hex B5 29 33 0 4D 48 1D 164 3F 2C
Octal 265 51 63 0 115 110 35 544 77 54
Binary 10110101 101001 110011 0 1001101 1001000 11101 101100100 111111 101100

Color Harmonies of #B52933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52933

Black with #B52933

Text Example


Text Example

White with #B52933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52933; }

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

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

background-color css

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

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

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

border-color css

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

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

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