Html Css Color HEX #B82731 Cardinal

📋 copy color: '#B82731'

red 184 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #B82731

Tints of Cardinal #B82731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 67.65%
G = 14.34%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B82731 (or 0xB82731) is known color: Cardinal. HEX triplet: B8, 27 and 31. RGB value is (184,39,49). Sum of RGB (Red+Green+Blue) = 184+39+49=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B82731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82731 is #47D8CE. Grayscale: #535353. Windows color (decimal): -4708559 or 3221432. OLE color: 3221432.

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

Color convert

RGB 184 39 49 -
CMYK 0 0.79 0.73 0.28
HSL 355.86º 0.65% 0.44% -
HSV(B) 355.86º 0.79% 0.72% -
XYZ 21.05 11.86 4.09 -
YUV 83.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 184 39 49 0 0.79 0.73 0.28 355.86 0.65 0.44
Hex B8 27 31 0 4F 49 1C 164 41 2C
Octal 270 47 61 0 117 111 34 544 101 54
Binary 10111000 100111 110001 0 1001111 1001001 11100 101100100 1000001 101100

Color Harmonies of #B82731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82731

Black with #B82731

Text Example


Text Example

White with #B82731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82731; }

 p { color: rgb(184,39,49); }

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

background-color css

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

 a { background-color: rgb(184,39,49); }

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

border-color css

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

 span { border-color: rgb(184,39,49); }

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