Html Css Color HEX #B7001C Venetian Red

📋 copy color: '#B7001C'

red 183 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #B7001C

Tints of Venetian Red #B7001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 86.73%
G = 0%
B = 13.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7001C (or 0xB7001C) is known color: Venetian Red. HEX triplet: B7, 00 and 1C. RGB value is (183,0,28). Sum of RGB (Red+Green+Blue) = 183+0+28=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B7001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7001C is #48FFE3. Grayscale: #393939. Windows color (decimal): -4784100 or 1835191. OLE color: 1835191.

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

Color convert

RGB 183 0 28 -
CMYK 0 1 0.85 0.28
HSL 350.82º 1% 0.36% -
HSV(B) 350.82º 1% 0.72% -
XYZ 19.74 10.15 2.02 -
YUV 57.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 183 0 28 0 1 0.85 0.28 350.82 1 0.36
Hex B7 0 1C 0 64 55 1C 15F 64 24
Octal 267 0 34 0 144 125 34 537 144 44
Binary 10110111 0 11100 0 1100100 1010101 11100 101011111 1100100 100100

Color Harmonies of #B7001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7001C

Black with #B7001C

Text Example


Text Example

White with #B7001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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