Html Css Color HEX #B61013 Venetian Red

📋 copy color: '#B61013'

red 182 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #B61013

Tints of Venetian Red #B61013

RGB

 RED value IS 182 (71.48% from 255) = 83.87%

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 83.87%
G = 7.37%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61013 (or 0xB61013) is known color: Venetian Red. HEX triplet: B6, 10 and 13. RGB value is (182,16,19). Sum of RGB (Red+Green+Blue) = 182+16+19=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B61013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61013 is #49EFEC. Grayscale: #424242. Windows color (decimal): -4845549 or 1249462. OLE color: 1249462.

HSL color Cylindrical-coordinate representation of color #B61013: hue angle of 358.92º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61013 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 16 19 -
CMYK 0 0.91 0.90 0.29
HSL 358.92º 0.84% 0.39% -
HSV(B) 358.92º 0.91% 0.71% -
XYZ 19.59 10.36 1.58 -
YUV 65.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 182 16 19 0 0.91 0.90 0.29 358.92 0.84 0.39
Hex B6 10 13 0 5B 5A 1D 167 54 27
Octal 266 20 23 0 133 132 35 547 124 47
Binary 10110110 10000 10011 0 1011011 1011010 11101 101100111 1010100 100111

Color Harmonies of #B61013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61013

Black with #B61013

Text Example


Text Example

White with #B61013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61013; }

 p { color: rgb(182,16,19); }

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

background-color css

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

 a { background-color: rgb(182,16,19); }

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

border-color css

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

 span { border-color: rgb(182,16,19); }

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