Html Css Color HEX #B52639 Cardinal

📋 copy color: '#B52639'

red 181 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #B52639

Tints of Cardinal #B52639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 65.58%
G = 13.77%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B52639 (or 0xB52639) is known color: Cardinal. HEX triplet: B5, 26 and 39. RGB value is (181,38,57). Sum of RGB (Red+Green+Blue) = 181+38+57=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B52639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52639 is #4AD9C6. Grayscale: #525252. Windows color (decimal): -4905415 or 3745461. OLE color: 3745461.

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

Color convert

RGB 181 38 57 -
CMYK 0 0.79 0.69 0.29
HSL 352.03º 0.65% 0.43% -
HSV(B) 352.03º 0.79% 0.71% -
XYZ 20.49 11.51 5.01 -
YUV 82.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 181 38 57 0 0.79 0.69 0.29 352.03 0.65 0.43
Hex B5 26 39 0 4F 45 1D 160 41 2B
Octal 265 46 71 0 117 105 35 540 101 53
Binary 10110101 100110 111001 0 1001111 1000101 11101 101100000 1000001 101011

Color Harmonies of #B52639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52639

Black with #B52639

Text Example


Text Example

White with #B52639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52639; }

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

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

background-color css

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

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

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

border-color css

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

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

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