Html Css Color HEX #B9093A Cardinal

📋 copy color: '#B9093A'

red 185 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #B9093A

Tints of Cardinal #B9093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 73.41%
G = 3.57%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9093A (or 0xB9093A) is known color: Cardinal. HEX triplet: B9, 09 and 3A. RGB value is (185,9,58). Sum of RGB (Red+Green+Blue) = 185+9+58=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9093A is #46F6C5. Grayscale: #434343. Windows color (decimal): -4650694 or 3803577. OLE color: 3803577.

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

Color convert

RGB 185 9 58 -
CMYK 0 0.95 0.69 0.27
HSL 343.3º 0.91% 0.38% -
HSV(B) 343.3º 0.95% 0.73% -
XYZ 20.87 10.82 4.99 -
YUV 67.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 185 9 58 0 0.95 0.69 0.27 343.3 0.91 0.38
Hex B9 9 3A 0 5F 45 1B 157 5B 26
Octal 271 11 72 0 137 105 33 527 133 46
Binary 10111001 1001 111010 0 1011111 1000101 11011 101010111 1011011 100110

Color Harmonies of #B9093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9093A

Black with #B9093A

Text Example


Text Example

White with #B9093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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