Html Css Color HEX #B9082E Cardinal

📋 copy color: '#B9082E'

red 185 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #B9082E

Tints of Cardinal #B9082E

RGB

 RED value IS 185 (72.66% from 255) = 77.41%

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 77.41%
G = 3.35%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9082E (or 0xB9082E) is known color: Cardinal. HEX triplet: B9, 08 and 2E. RGB value is (185,8,46). Sum of RGB (Red+Green+Blue) = 185+8+46=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B9082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9082E is #46F7D1. Grayscale: #414141. Windows color (decimal): -4650962 or 3016889. OLE color: 3016889.

HSL color Cylindrical-coordinate representation of color #B9082E: hue angle of 347.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9082E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 46 -
CMYK 0 0.96 0.75 0.27
HSL 347.12º 0.92% 0.38% -
HSV(B) 347.12º 0.96% 0.73% -
XYZ 20.59 10.69 3.56 -
YUV 65.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 185 8 46 0 0.96 0.75 0.27 347.12 0.92 0.38
Hex B9 8 2E 0 60 4B 1B 15B 5C 26
Octal 271 10 56 0 140 113 33 533 134 46
Binary 10111001 1000 101110 0 1100000 1001011 11011 101011011 1011100 100110

Color Harmonies of #B9082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9082E

Black with #B9082E

Text Example


Text Example

White with #B9082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9082E; }

 p { color: rgb(185,8,46); }

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

background-color css

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

 a { background-color: rgb(185,8,46); }

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

border-color css

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

 span { border-color: rgb(185,8,46); }

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