Html Css Color HEX #B3151C Venetian Red

📋 copy color: '#B3151C'

red 179 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #B3151C

Tints of Venetian Red #B3151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 78.51%
G = 9.21%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3151C (or 0xB3151C) is known color: Venetian Red. HEX triplet: B3, 15 and 1C. RGB value is (179,21,28). Sum of RGB (Red+Green+Blue) = 179+21+28=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B3151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3151C is #4CEAE3. Grayscale: #454545. Windows color (decimal): -5040868 or 1840563. OLE color: 1840563.

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

Color convert

RGB 179 21 28 -
CMYK 0 0.88 0.84 0.30
HSL 357.34º 0.79% 0.39% -
HSV(B) 357.34º 0.88% 0.7% -
XYZ 19.07 10.2 2.06 -
YUV 69.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 179 21 28 0 0.88 0.84 0.30 357.34 0.79 0.39
Hex B3 15 1C 0 58 54 1E 165 4F 27
Octal 263 25 34 0 130 124 36 545 117 47
Binary 10110011 10101 11100 0 1011000 1010100 11110 101100101 1001111 100111

Color Harmonies of #B3151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3151C

Black with #B3151C

Text Example


Text Example

White with #B3151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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