Html Css Color HEX #B9083B Cardinal

📋 copy color: '#B9083B'

red 185 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #B9083B

Tints of Cardinal #B9083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 73.41%
G = 3.17%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9083B (or 0xB9083B) is known color: Cardinal. HEX triplet: B9, 08 and 3B. RGB value is (185,8,59). Sum of RGB (Red+Green+Blue) = 185+8+59=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9083B is #46F7C4. Grayscale: #424242. Windows color (decimal): -4650949 or 3868857. OLE color: 3868857.

HSL color Cylindrical-coordinate representation of color #B9083B: hue angle of 342.71º 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 #B9083B is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 59 -
CMYK 0 0.96 0.68 0.27
HSL 342.71º 0.92% 0.38% -
HSV(B) 342.71º 0.96% 0.73% -
XYZ 20.88 10.8 5.12 -
YUV 66.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 185 8 59 0 0.96 0.68 0.27 342.71 0.92 0.38
Hex B9 8 3B 0 60 44 1B 157 5C 26
Octal 271 10 73 0 140 104 33 527 134 46
Binary 10111001 1000 111011 0 1100000 1000100 11011 101010111 1011100 100110

Color Harmonies of #B9083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9083B

Black with #B9083B

Text Example


Text Example

White with #B9083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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