Html Css Color HEX #B9093B Cardinal

📋 copy color: '#B9093B'

red 185 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #B9093B

Tints of Cardinal #B9093B

RGB

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

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

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

R = 73.12%
G = 3.56%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9093B (or 0xB9093B) is known color: Cardinal. HEX triplet: B9, 09 and 3B. RGB value is (185,9,59). Sum of RGB (Red+Green+Blue) = 185+9+59=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9093B is #46F6C4. Grayscale: #434343. Windows color (decimal): -4650693 or 3869113. OLE color: 3869113.

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

Color convert

RGB 185 9 59 -
CMYK 0 0.95 0.68 0.27
HSL 342.95º 0.91% 0.38% -
HSV(B) 342.95º 0.95% 0.73% -
XYZ 20.89 10.83 5.13 -
YUV 67.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 185 9 59 0 0.95 0.68 0.27 342.95 0.91 0.38
Hex B9 9 3B 0 5F 44 1B 157 5B 26
Octal 271 11 73 0 137 104 33 527 133 46
Binary 10111001 1001 111011 0 1011111 1000100 11011 101010111 1011011 100110

Color Harmonies of #B9093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9093B

Black with #B9093B

Text Example


Text Example

White with #B9093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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