Html Css Color HEX #B7002C Venetian Red

📋 copy color: '#B7002C'

red 183 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #B7002C

Tints of Venetian Red #B7002C

RGB

 RED value IS 183 (71.88% from 255) = 80.62%

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

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 80.62%
G = 0%
B = 19.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7002C (or 0xB7002C) is known color: Venetian Red. HEX triplet: B7, 00 and 2C. RGB value is (183,0,44). Sum of RGB (Red+Green+Blue) = 183+0+44=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7002C is #48FFD3. Grayscale: #3B3B3B. Windows color (decimal): -4784084 or 2883767. OLE color: 2883767.

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

Color convert

RGB 183 0 44 -
CMYK 0 1 0.76 0.28
HSL 345.57º 1% 0.36% -
HSV(B) 345.57º 1% 0.72% -
XYZ 19.98 10.25 3.31 -
YUV 59.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 183 0 44 0 1 0.76 0.28 345.57 1 0.36
Hex B7 0 2C 0 64 4C 1C 15A 64 24
Octal 267 0 54 0 144 114 34 532 144 44
Binary 10110111 0 101100 0 1100100 1001100 11100 101011010 1100100 100100

Color Harmonies of #B7002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7002C

Black with #B7002C

Text Example


Text Example

White with #B7002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7002C; }

 p { color: rgb(183,0,44); }

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

background-color css

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

 a { background-color: rgb(183,0,44); }

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

border-color css

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

 span { border-color: rgb(183,0,44); }

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