Html Css Color HEX #B9083A Cardinal

📋 copy color: '#B9083A'

red 185 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #B9083A

Tints of Cardinal #B9083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 73.71%
G = 3.19%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9083A (or 0xB9083A) is known color: Cardinal. HEX triplet: B9, 08 and 3A. RGB value is (185,8,58). Sum of RGB (Red+Green+Blue) = 185+8+58=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9083A is #46F7C5. Grayscale: #424242. Windows color (decimal): -4650950 or 3803321. OLE color: 3803321.

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

Color convert

RGB 185 8 58 -
CMYK 0 0.96 0.69 0.27
HSL 343.05º 0.92% 0.38% -
HSV(B) 343.05º 0.96% 0.73% -
XYZ 20.86 10.79 4.99 -
YUV 66.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 185 8 58 0 0.96 0.69 0.27 343.05 0.92 0.38
Hex B9 8 3A 0 60 45 1B 157 5C 26
Octal 271 10 72 0 140 105 33 527 134 46
Binary 10111001 1000 111010 0 1100000 1000101 11011 101010111 1011100 100110

Color Harmonies of #B9083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9083A

Black with #B9083A

Text Example


Text Example

White with #B9083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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