Html Css Color HEX #B2181B Venetian Red

📋 copy color: '#B2181B'

red 178 ◦ green 24 ◦ blue 27

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

Shades of Venetian Red #B2181B

Tints of Venetian Red #B2181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 77.73%
G = 10.48%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2181B (or 0xB2181B) is known color: Venetian Red. HEX triplet: B2, 18 and 1B. RGB value is (178,24,27). Sum of RGB (Red+Green+Blue) = 178+24+27=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B2181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2181B is #4DE7E4. Grayscale: #464646. Windows color (decimal): -5105637 or 1775794. OLE color: 1775794.

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

Color convert

RGB 178 24 27 -
CMYK 0 0.87 0.85 0.30
HSL 358.83º 0.76% 0.4% -
HSV(B) 358.83º 0.87% 0.7% -
XYZ 18.88 10.2 2.01 -
YUV 70.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 178 24 27 0 0.87 0.85 0.30 358.83 0.76 0.4
Hex B2 18 1B 0 57 55 1E 167 4C 28
Octal 262 30 33 0 127 125 36 547 114 50
Binary 10110010 11000 11011 0 1010111 1010101 11110 101100111 1001100 101000

Color Harmonies of #B2181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2181B

Black with #B2181B

Text Example


Text Example

White with #B2181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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