Html Css Color HEX #B6012D Venetian Red

📋 copy color: '#B6012D'

red 182 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #B6012D

Tints of Venetian Red #B6012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 79.82%
G = 0.44%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6012D (or 0xB6012D) is known color: Venetian Red. HEX triplet: B6, 01 and 2D. RGB value is (182,1,45). Sum of RGB (Red+Green+Blue) = 182+1+45=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B6012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6012D is #49FED2. Grayscale: #3C3C3C. Windows color (decimal): -4849363 or 2949558. OLE color: 2949558.

HSL color Cylindrical-coordinate representation of color #B6012D: hue angle of 345.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 45 -
CMYK 0 0.99 0.75 0.29
HSL 345.41º 0.99% 0.36% -
HSV(B) 345.41º 0.99% 0.71% -
XYZ 19.78 10.16 3.4 -
YUV 60.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 182 1 45 0 0.99 0.75 0.29 345.41 0.99 0.36
Hex B6 1 2D 0 63 4B 1D 159 63 24
Octal 266 1 55 0 143 113 35 531 143 44
Binary 10110110 1 101101 0 1100011 1001011 11101 101011001 1100011 100100

Color Harmonies of #B6012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6012D

Black with #B6012D

Text Example


Text Example

White with #B6012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6012D; }

 p { color: rgb(182,1,45); }

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

background-color css

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

 a { background-color: rgb(182,1,45); }

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

border-color css

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

 span { border-color: rgb(182,1,45); }

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