Html Css Color HEX #B82835 Cardinal

📋 copy color: '#B82835'

red 184 ◦ green 40 ◦ blue 53

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

Shades of Cardinal #B82835

Tints of Cardinal #B82835

RGB

 RED value IS 184 (72.27% from 255) = 66.43%

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

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

R = 66.43%
G = 14.44%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B82835 (or 0xB82835) is known color: Cardinal. HEX triplet: B8, 28 and 35. RGB value is (184,40,53). Sum of RGB (Red+Green+Blue) = 184+40+53=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B82835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82835 is #47D7CA. Grayscale: #545454. Windows color (decimal): -4708299 or 3483832. OLE color: 3483832.

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

Color convert

RGB 184 40 53 -
CMYK 0 0.78 0.71 0.28
HSL 354.58º 0.64% 0.44% -
HSV(B) 354.58º 0.78% 0.72% -
XYZ 21.17 11.96 4.56 -
YUV 84.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 184 40 53 0 0.78 0.71 0.28 354.58 0.64 0.44
Hex B8 28 35 0 4E 47 1C 163 40 2C
Octal 270 50 65 0 116 107 34 543 100 54
Binary 10111000 101000 110101 0 1001110 1000111 11100 101100011 1000000 101100

Color Harmonies of #B82835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82835

Black with #B82835

Text Example


Text Example

White with #B82835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82835; }

 p { color: rgb(184,40,53); }

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

background-color css

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

 a { background-color: rgb(184,40,53); }

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

border-color css

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

 span { border-color: rgb(184,40,53); }

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