Html Css Color HEX #B30310 Venetian Red

📋 copy color: '#B30310'

red 179 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #B30310

Tints of Venetian Red #B30310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 90.4%
G = 1.52%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B30310 (or 0xB30310) is known color: Venetian Red. HEX triplet: B3, 03 and 10. RGB value is (179,3,16). Sum of RGB (Red+Green+Blue) = 179+3+16=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B30310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30310 is #4CFCEF. Grayscale: #393939. Windows color (decimal): -5045488 or 1049523. OLE color: 1049523.

HSL color Cylindrical-coordinate representation of color #B30310: hue angle of 355.57º degrees, saturation: 0.97, 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 #B30310 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 16 -
CMYK 0 0.98 0.91 0.30
HSL 355.57º 0.97% 0.36% -
HSV(B) 355.57º 0.98% 0.7% -
XYZ 18.72 9.69 1.37 -
YUV 57.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 179 3 16 0 0.98 0.91 0.30 355.57 0.97 0.36
Hex B3 3 10 0 62 5B 1E 164 61 24
Octal 263 3 20 0 142 133 36 544 141 44
Binary 10110011 11 10000 0 1100010 1011011 11110 101100100 1100001 100100

Color Harmonies of #B30310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30310

Black with #B30310

Text Example


Text Example

White with #B30310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30310; }

 p { color: rgb(179,3,16); }

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

background-color css

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

 a { background-color: rgb(179,3,16); }

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

border-color css

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

 span { border-color: rgb(179,3,16); }

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