Html Css Color HEX #B2081B Venetian Red

📋 copy color: '#B2081B'

red 178 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #B2081B

Tints of Venetian Red #B2081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 83.57%
G = 3.76%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2081B (or 0xB2081B) is known color: Venetian Red. HEX triplet: B2, 08 and 1B. RGB value is (178,8,27). Sum of RGB (Red+Green+Blue) = 178+8+27=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B2081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2081B is #4DF7E4. Grayscale: #3D3D3D. Windows color (decimal): -5109733 or 1771698. OLE color: 1771698.

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

Color convert

RGB 178 8 27 -
CMYK 0 0.96 0.85 0.30
HSL 353.29º 0.91% 0.36% -
HSV(B) 353.29º 0.96% 0.7% -
XYZ 18.64 9.72 1.93 -
YUV 61 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 178 8 27 0 0.96 0.85 0.30 353.29 0.91 0.36
Hex B2 8 1B 0 60 55 1E 161 5B 24
Octal 262 10 33 0 140 125 36 541 133 44
Binary 10110010 1000 11011 0 1100000 1010101 11110 101100001 1011011 100100

Color Harmonies of #B2081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2081B

Black with #B2081B

Text Example


Text Example

White with #B2081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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