Html Css Color HEX #B90207 Venetian Red

📋 copy color: '#B90207'

red 185 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #B90207

Tints of Venetian Red #B90207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 95.36%
G = 1.03%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B90207 (or 0xB90207) is known color: Venetian Red. HEX triplet: B9, 02 and 07. RGB value is (185,2,7). Sum of RGB (Red+Green+Blue) = 185+2+7=194 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.36% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 185 - color contains mainly: red. Hex color #B90207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90207 is #46FDF8. Grayscale: #393939. Windows color (decimal): -4652537 or 459449. OLE color: 459449.

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

Color convert

RGB 185 2 7 -
CMYK 0 0.99 0.96 0.27
HSL 358.36º 0.98% 0.37% -
HSV(B) 358.36º 0.99% 0.73% -
XYZ 20.07 10.37 1.15 -
YUV 57.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 185 2 7 0 0.99 0.96 0.27 358.36 0.98 0.37
Hex B9 2 7 0 63 60 1B 166 62 25
Octal 271 2 7 0 143 140 33 546 142 45
Binary 10111001 10 111 0 1100011 1100000 11011 101100110 1100010 100101

Color Harmonies of #B90207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90207

Black with #B90207

Text Example


Text Example

White with #B90207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90207; }

 p { color: rgb(185,2,7); }

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

background-color css

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

 a { background-color: rgb(185,2,7); }

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

border-color css

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

 span { border-color: rgb(185,2,7); }

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