Html Css Color HEX #B2061B Venetian Red

📋 copy color: '#B2061B'

red 178 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #B2061B

Tints of Venetian Red #B2061B

RGB

 RED value IS 178 (69.92% from 255) = 84.36%

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 84.36%
G = 2.84%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2061B (or 0xB2061B) is known color: Venetian Red. HEX triplet: B2, 06 and 1B. RGB value is (178,6,27). Sum of RGB (Red+Green+Blue) = 178+6+27=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2061B is #4DF9E4. Grayscale: #3B3B3B. Windows color (decimal): -5110245 or 1771186. OLE color: 1771186.

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

Color convert

RGB 178 6 27 -
CMYK 0 0.97 0.85 0.30
HSL 352.67º 0.93% 0.36% -
HSV(B) 352.67º 0.97% 0.7% -
XYZ 18.62 9.67 1.92 -
YUV 59.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 178 6 27 0 0.97 0.85 0.30 352.67 0.93 0.36
Hex B2 6 1B 0 61 55 1E 161 5D 24
Octal 262 6 33 0 141 125 36 541 135 44
Binary 10110010 110 11011 0 1100001 1010101 11110 101100001 1011101 100100

Color Harmonies of #B2061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2061B

Black with #B2061B

Text Example


Text Example

White with #B2061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2061B; }

 p { color: rgb(178,6,27); }

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

background-color css

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

 a { background-color: rgb(178,6,27); }

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

border-color css

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

 span { border-color: rgb(178,6,27); }

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