Html Css Color HEX #B9002D Venetian Red

📋 copy color: '#B9002D'

red 185 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #B9002D

Tints of Venetian Red #B9002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 80.43%
G = 0%
B = 19.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9002D (or 0xB9002D) is known color: Venetian Red. HEX triplet: B9, 00 and 2D. RGB value is (185,0,45). Sum of RGB (Red+Green+Blue) = 185+0+45=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002D is #46FFD2. Grayscale: #3C3C3C. Windows color (decimal): -4653011 or 2949305. OLE color: 2949305.

HSL color Cylindrical-coordinate representation of color #B9002D: hue angle of 345.41º 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 #B9002D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 45 -
CMYK 0 1 0.76 0.27
HSL 345.41º 1% 0.36% -
HSV(B) 345.41º 1% 0.73% -
XYZ 20.48 10.5 3.43 -
YUV 60.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 185 0 45 0 1 0.76 0.27 345.41 1 0.36
Hex B9 0 2D 0 64 4C 1B 159 64 24
Octal 271 0 55 0 144 114 33 531 144 44
Binary 10111001 0 101101 0 1100100 1001100 11011 101011001 1100100 100100

Color Harmonies of #B9002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9002D

Black with #B9002D

Text Example


Text Example

White with #B9002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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