Html Css Color HEX #B70126 Venetian Red

📋 copy color: '#B70126'

red 183 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #B70126

Tints of Venetian Red #B70126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 82.43%
G = 0.45%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B70126 (or 0xB70126) is known color: Venetian Red. HEX triplet: B7, 01 and 26. RGB value is (183,1,38). Sum of RGB (Red+Green+Blue) = 183+1+38=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B70126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70126 is #48FED9. Grayscale: #3B3B3B. Windows color (decimal): -4783834 or 2490807. OLE color: 2490807.

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

Color convert

RGB 183 1 38 -
CMYK 0 0.99 0.79 0.28
HSL 347.8º 0.99% 0.36% -
HSV(B) 347.8º 0.99% 0.72% -
XYZ 19.89 10.23 2.76 -
YUV 59.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 183 1 38 0 0.99 0.79 0.28 347.8 0.99 0.36
Hex B7 1 26 0 63 4F 1C 15C 63 24
Octal 267 1 46 0 143 117 34 534 143 44
Binary 10110111 1 100110 0 1100011 1001111 11100 101011100 1100011 100100

Color Harmonies of #B70126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70126

Black with #B70126

Text Example


Text Example

White with #B70126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70126; }

 p { color: rgb(183,1,38); }

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

background-color css

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

 a { background-color: rgb(183,1,38); }

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

border-color css

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

 span { border-color: rgb(183,1,38); }

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