Html Css Color HEX #B82040 Cardinal

📋 copy color: '#B82040'

red 184 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #B82040

Tints of Cardinal #B82040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 65.71%
G = 11.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82040 (or 0xB82040) is known color: Cardinal. HEX triplet: B8, 20 and 40. RGB value is (184,32,64). Sum of RGB (Red+Green+Blue) = 184+32+64=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B82040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82040 is #47DFBF. Grayscale: #515151. Windows color (decimal): -4710336 or 4202680. OLE color: 4202680.

HSL color Cylindrical-coordinate representation of color #B82040: hue angle of 347.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82040 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 64 -
CMYK 0 0.83 0.65 0.28
HSL 347.37º 0.7% 0.42% -
HSV(B) 347.37º 0.83% 0.72% -
XYZ 21.21 11.59 5.97 -
YUV 81.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 184 32 64 0 0.83 0.65 0.28 347.37 0.7 0.42
Hex B8 20 40 0 53 41 1C 15B 46 2A
Octal 270 40 100 0 123 101 34 533 106 52
Binary 10111000 100000 1000000 0 1010011 1000001 11100 101011011 1000110 101010

Color Harmonies of #B82040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82040

Black with #B82040

Text Example


Text Example

White with #B82040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82040; }

 p { color: rgb(184,32,64); }

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

background-color css

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

 a { background-color: rgb(184,32,64); }

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

border-color css

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

 span { border-color: rgb(184,32,64); }

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