Html Css Color HEX #B82435 Cardinal

📋 copy color: '#B82435'

red 184 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #B82435

Tints of Cardinal #B82435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 67.4%
G = 13.19%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B82435 (or 0xB82435) is known color: Cardinal. HEX triplet: B8, 24 and 35. RGB value is (184,36,53). Sum of RGB (Red+Green+Blue) = 184+36+53=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B82435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82435 is #47DBCA. Grayscale: #525252. Windows color (decimal): -4709323 or 3482808. OLE color: 3482808.

HSL color Cylindrical-coordinate representation of color #B82435: hue angle of 353.11º 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 #B82435 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 53 -
CMYK 0 0.80 0.71 0.28
HSL 353.11º 0.67% 0.43% -
HSV(B) 353.11º 0.8% 0.72% -
XYZ 21.04 11.71 4.52 -
YUV 82.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 184 36 53 0 0.80 0.71 0.28 353.11 0.67 0.43
Hex B8 24 35 0 50 47 1C 161 43 2B
Octal 270 44 65 0 120 107 34 541 103 53
Binary 10111000 100100 110101 0 1010000 1000111 11100 101100001 1000011 101011

Color Harmonies of #B82435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82435

Black with #B82435

Text Example


Text Example

White with #B82435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82435; }

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

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

background-color css

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

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

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

border-color css

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

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

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