Html Css Color HEX #B9002A Venetian Red

📋 copy color: '#B9002A'

red 185 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #B9002A

Tints of Venetian Red #B9002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 81.5%
G = 0%
B = 18.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9002A (or 0xB9002A) is known color: Venetian Red. HEX triplet: B9, 00 and 2A. RGB value is (185,0,42). Sum of RGB (Red+Green+Blue) = 185+0+42=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002A is #46FFD5. Grayscale: #3C3C3C. Windows color (decimal): -4653014 or 2752697. OLE color: 2752697.

HSL color Cylindrical-coordinate representation of color #B9002A: hue angle of 346.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9002A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 42 -
CMYK 0 1 0.77 0.27
HSL 346.38º 1% 0.36% -
HSV(B) 346.38º 1% 0.73% -
XYZ 20.43 10.48 3.14 -
YUV 60.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 185 0 42 0 1 0.77 0.27 346.38 1 0.36
Hex B9 0 2A 0 64 4D 1B 15A 64 24
Octal 271 0 52 0 144 115 33 532 144 44
Binary 10111001 0 101010 0 1100100 1001101 11011 101011010 1100100 100100

Color Harmonies of #B9002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9002A

Black with #B9002A

Text Example


Text Example

White with #B9002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9002A; }

 p { color: rgb(185,0,42); }

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

background-color css

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

 a { background-color: rgb(185,0,42); }

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

border-color css

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

 span { border-color: rgb(185,0,42); }

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