Html Css Color HEX #B90C1B Venetian Red

📋 copy color: '#B90C1B'

red 185 ◦ green 12 ◦ blue 27

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

Shades of Venetian Red #B90C1B

Tints of Venetian Red #B90C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 82.59%
G = 5.36%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B90C1B (or 0xB90C1B) is known color: Venetian Red. HEX triplet: B9, 0C and 1B. RGB value is (185,12,27). Sum of RGB (Red+Green+Blue) = 185+12+27=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1B is #46F3E4. Grayscale: #414141. Windows color (decimal): -4649957 or 1772729. OLE color: 1772729.

HSL color Cylindrical-coordinate representation of color #B90C1B: hue angle of 354.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C1B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 12 27 -
CMYK 0 0.94 0.85 0.27
HSL 354.8º 0.88% 0.39% -
HSV(B) 354.8º 0.94% 0.73% -
XYZ 20.34 10.66 2.02 -
YUV 65.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 185 12 27 0 0.94 0.85 0.27 354.8 0.88 0.39
Hex B9 C 1B 0 5E 55 1B 163 58 27
Octal 271 14 33 0 136 125 33 543 130 47
Binary 10111001 1100 11011 0 1011110 1010101 11011 101100011 1011000 100111

Color Harmonies of #B90C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C1B

Black with #B90C1B

Text Example


Text Example

White with #B90C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C1B; }

 p { color: rgb(185,12,27); }

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

background-color css

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

 a { background-color: rgb(185,12,27); }

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

border-color css

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

 span { border-color: rgb(185,12,27); }

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