Html Css Color HEX #B82631 Cardinal

📋 copy color: '#B82631'

red 184 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #B82631

Tints of Cardinal #B82631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 67.9%
G = 14.02%
B = 18.08%

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

#B82631 (or 0xB82631) is known color: Cardinal. HEX triplet: B8, 26 and 31. RGB value is (184,38,49). Sum of RGB (Red+Green+Blue) = 184+38+49=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B82631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82631 is #47D9CE. Grayscale: #535353. Windows color (decimal): -4708815 or 3221176. OLE color: 3221176.

HSL color Cylindrical-coordinate representation of color #B82631: hue angle of 355.48º degrees, saturation: 0.66, 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 #B82631 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 49 -
CMYK 0 0.79 0.73 0.28
HSL 355.48º 0.66% 0.44% -
HSV(B) 355.48º 0.79% 0.72% -
XYZ 21.01 11.8 4.08 -
YUV 82.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 184 38 49 0 0.79 0.73 0.28 355.48 0.66 0.44
Hex B8 26 31 0 4F 49 1C 163 42 2C
Octal 270 46 61 0 117 111 34 543 102 54
Binary 10111000 100110 110001 0 1001111 1001001 11100 101100011 1000010 101100

Color Harmonies of #B82631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82631

Black with #B82631

Text Example


Text Example

White with #B82631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82631; }

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

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

background-color css

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

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

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

border-color css

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

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

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