#B82534

Color #B82534 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B82534

Tints of Cardinal #B82534

Color information

#B82534 (or 0xB82534) is unknown color: approx Cardinal. HEX triplet: B8, 25 and 34. RGB value is (184,37,52). Sum of RGB (Red+Green+Blue) = 184+37+52=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B82534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82534 is #47DACB. Grayscale: #525252. Windows color (decimal): -4709068 or 3417528. OLE color: 3417528.

HSL color Cylindrical-coordinate representation of color #B82534: hue angle of 353.88º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82534 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1843752-
CMYK00.800.720.28
HSL353.88º66.52%43.33%-
HSV(B)353.88º79.89%72.16%-
XYZ21.0511.764.41-
YUV82.66110.7200.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=67.40%
G=13.55%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184375200.800.720.28353.8866.5243.33
HexB82534050481C162432b
Octal270456401201103454210353
Binary10111000100101110100010100001001000111001011000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82534; }

 p { color: rgb(184,37,52); }

 H1.HeaderClassName
 {
   color: #B82534;
 }
 .AnyTagClassName
 {
   color: #B82534;
 }
</style>
background-color css

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

 a { background-color: rgb(184,37,52); }

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

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

 span { border-color: rgb(184,37,52); }

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