Html Css Color HEX #B70C1D Venetian Red

📋 copy color: '#B70C1D'

red 183 ◦ green 12 ◦ blue 29

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

Shades of Venetian Red #B70C1D

Tints of Venetian Red #B70C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 81.7%
G = 5.36%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B70C1D (or 0xB70C1D) is known color: Venetian Red. HEX triplet: B7, 0C and 1D. RGB value is (183,12,29). Sum of RGB (Red+Green+Blue) = 183+12+29=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C1D is #48F3E2. Grayscale: #414141. Windows color (decimal): -4781027 or 1903799. OLE color: 1903799.

HSL color Cylindrical-coordinate representation of color #B70C1D: hue angle of 354.04º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C1D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 12 29 -
CMYK 0 0.93 0.84 0.28
HSL 354.04º 0.88% 0.38% -
HSV(B) 354.04º 0.93% 0.72% -
XYZ 19.88 10.42 2.13 -
YUV 65.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 183 12 29 0 0.93 0.84 0.28 354.04 0.88 0.38
Hex B7 C 1D 0 5D 54 1C 162 58 26
Octal 267 14 35 0 135 124 34 542 130 46
Binary 10110111 1100 11101 0 1011101 1010100 11100 101100010 1011000 100110

Color Harmonies of #B70C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70C1D

Black with #B70C1D

Text Example


Text Example

White with #B70C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70C1D; }

 p { color: rgb(183,12,29); }

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

background-color css

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

 a { background-color: rgb(183,12,29); }

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

border-color css

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

 span { border-color: rgb(183,12,29); }

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