Html Css Color HEX #B6090A Venetian Red

📋 copy color: '#B6090A'

red 182 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #B6090A

Tints of Venetian Red #B6090A

RGB

 RED value IS 182 (71.48% from 255) = 90.55%

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 90.55%
G = 4.48%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6090A (or 0xB6090A) is known color: Venetian Red. HEX triplet: B6, 09 and 0A. RGB value is (182,9,10). Sum of RGB (Red+Green+Blue) = 182+9+10=201 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.55% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 182 - color contains mainly: red. Hex color #B6090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6090A is #49F6F5. Grayscale: #3D3D3D. Windows color (decimal): -4847350 or 657846. OLE color: 657846.

HSL color Cylindrical-coordinate representation of color #B6090A: hue angle of 359.65º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6090A is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 9 10 -
CMYK 0 0.95 0.95 0.29
HSL 359.65º 0.91% 0.37% -
HSV(B) 359.65º 0.95% 0.71% -
XYZ 19.44 10.16 1.22 -
YUV 60.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 182 9 10 0 0.95 0.95 0.29 359.65 0.91 0.37
Hex B6 9 A 0 5F 5F 1D 168 5B 25
Octal 266 11 12 0 137 137 35 550 133 45
Binary 10110110 1001 1010 0 1011111 1011111 11101 101101000 1011011 100101

Color Harmonies of #B6090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6090A

Black with #B6090A

Text Example


Text Example

White with #B6090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6090A; }

 p { color: rgb(182,9,10); }

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

background-color css

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

 a { background-color: rgb(182,9,10); }

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

border-color css

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

 span { border-color: rgb(182,9,10); }

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