Html Css Color HEX #B3071C Venetian Red

📋 copy color: '#B3071C'

red 179 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #B3071C

Tints of Venetian Red #B3071C

RGB

 RED value IS 179 (70.31% from 255) = 83.64%

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 83.64%
G = 3.27%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3071C (or 0xB3071C) is known color: Venetian Red. HEX triplet: B3, 07 and 1C. RGB value is (179,7,28). Sum of RGB (Red+Green+Blue) = 179+7+28=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B3071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3071C is #4CF8E3. Grayscale: #3C3C3C. Windows color (decimal): -5044452 or 1836979. OLE color: 1836979.

HSL color Cylindrical-coordinate representation of color #B3071C: hue angle of 352.67º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3071C is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 28 -
CMYK 0 0.96 0.84 0.30
HSL 352.67º 0.92% 0.36% -
HSV(B) 352.67º 0.96% 0.7% -
XYZ 18.88 9.82 2 -
YUV 60.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 179 7 28 0 0.96 0.84 0.30 352.67 0.92 0.36
Hex B3 7 1C 0 60 54 1E 161 5C 24
Octal 263 7 34 0 140 124 36 541 134 44
Binary 10110011 111 11100 0 1100000 1010100 11110 101100001 1011100 100100

Color Harmonies of #B3071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3071C

Black with #B3071C

Text Example


Text Example

White with #B3071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3071C; }

 p { color: rgb(179,7,28); }

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

background-color css

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

 a { background-color: rgb(179,7,28); }

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

border-color css

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

 span { border-color: rgb(179,7,28); }

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