Html Css Color HEX #B2081D Venetian Red

📋 copy color: '#B2081D'

red 178 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #B2081D

Tints of Venetian Red #B2081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 82.79%
G = 3.72%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2081D (or 0xB2081D) is known color: Venetian Red. HEX triplet: B2, 08 and 1D. RGB value is (178,8,29). Sum of RGB (Red+Green+Blue) = 178+8+29=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B2081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2081D is #4DF7E2. Grayscale: #3D3D3D. Windows color (decimal): -5109731 or 1902770. OLE color: 1902770.

HSL color Cylindrical-coordinate representation of color #B2081D: hue angle of 352.59º 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 #B2081D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 29 -
CMYK 0 0.96 0.84 0.30
HSL 352.59º 0.91% 0.36% -
HSV(B) 352.59º 0.96% 0.7% -
XYZ 18.67 9.73 2.06 -
YUV 61.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 178 8 29 0 0.96 0.84 0.30 352.59 0.91 0.36
Hex B2 8 1D 0 60 54 1E 161 5B 24
Octal 262 10 35 0 140 124 36 541 133 44
Binary 10110010 1000 11101 0 1100000 1010100 11110 101100001 1011011 100100

Color Harmonies of #B2081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2081D

Black with #B2081D

Text Example


Text Example

White with #B2081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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