Html Css Color HEX #B30C1B Venetian Red

📋 copy color: '#B30C1B'

red 179 ◦ green 12 ◦ blue 27

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

Shades of Venetian Red #B30C1B

Tints of Venetian Red #B30C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 82.11%
G = 5.5%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B30C1B (or 0xB30C1B) is known color: Venetian Red. HEX triplet: B3, 0C and 1B. RGB value is (179,12,27). Sum of RGB (Red+Green+Blue) = 179+12+27=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C1B is #4CF3E4. Grayscale: #3F3F3F. Windows color (decimal): -5043173 or 1772723. OLE color: 1772723.

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

Color convert

RGB 179 12 27 -
CMYK 0 0.93 0.85 0.30
HSL 354.61º 0.87% 0.37% -
HSV(B) 354.61º 0.93% 0.7% -
XYZ 18.92 9.93 1.96 -
YUV 63.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 179 12 27 0 0.93 0.85 0.30 354.61 0.87 0.37
Hex B3 C 1B 0 5D 55 1E 163 57 25
Octal 263 14 33 0 135 125 36 543 127 45
Binary 10110011 1100 11011 0 1011101 1010101 11110 101100011 1010111 100101

Color Harmonies of #B30C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C1B

Black with #B30C1B

Text Example


Text Example

White with #B30C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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