Html Css Color HEX #B3040C Venetian Red

📋 copy color: '#B3040C'

red 179 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #B3040C

Tints of Venetian Red #B3040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 91.79%
G = 2.05%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3040C (or 0xB3040C) is known color: Venetian Red. HEX triplet: B3, 04 and 0C. RGB value is (179,4,12). Sum of RGB (Red+Green+Blue) = 179+4+12=195 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.79% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 179 - color contains mainly: red. Hex color #B3040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3040C is #4CFBF3. Grayscale: #393939. Windows color (decimal): -5045236 or 787635. OLE color: 787635.

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

Color convert

RGB 179 4 12 -
CMYK 0 0.98 0.93 0.30
HSL 357.26º 0.96% 0.36% -
HSV(B) 357.26º 0.98% 0.7% -
XYZ 18.7 9.7 1.23 -
YUV 57.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 179 4 12 0 0.98 0.93 0.30 357.26 0.96 0.36
Hex B3 4 C 0 62 5D 1E 165 60 24
Octal 263 4 14 0 142 135 36 545 140 44
Binary 10110011 100 1100 0 1100010 1011101 11110 101100101 1100000 100100

Color Harmonies of #B3040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3040C

Black with #B3040C

Text Example


Text Example

White with #B3040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3040C; }

 p { color: rgb(179,4,12); }

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

background-color css

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

 a { background-color: rgb(179,4,12); }

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

border-color css

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

 span { border-color: rgb(179,4,12); }

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