Html Css Color HEX #B90309 Venetian Red

📋 copy color: '#B90309'

red 185 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #B90309

Tints of Venetian Red #B90309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 9 (3.91% from 255) = 4.57%

R = 93.91%
G = 1.52%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B90309 (or 0xB90309) is known color: Venetian Red. HEX triplet: B9, 03 and 09. RGB value is (185,3,9). Sum of RGB (Red+Green+Blue) = 185+3+9=197 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.91% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 185 - color contains mainly: red. Hex color #B90309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90309 is #46FCF6. Grayscale: #3A3A3A. Windows color (decimal): -4652279 or 590777. OLE color: 590777.

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

Color convert

RGB 185 3 9 -
CMYK 0 0.98 0.95 0.27
HSL 358.02º 0.97% 0.37% -
HSV(B) 358.02º 0.98% 0.73% -
XYZ 20.09 10.4 1.21 -
YUV 58.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 185 3 9 0 0.98 0.95 0.27 358.02 0.97 0.37
Hex B9 3 9 0 62 5F 1B 166 61 25
Octal 271 3 11 0 142 137 33 546 141 45
Binary 10111001 11 1001 0 1100010 1011111 11011 101100110 1100001 100101

Color Harmonies of #B90309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90309

Black with #B90309

Text Example


Text Example

White with #B90309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90309; }

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

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

background-color css

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

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

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

border-color css

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

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

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