Html Css Color HEX #B2051C Venetian Red

📋 copy color: '#B2051C'

red 178 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #B2051C

Tints of Venetian Red #B2051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 84.36%
G = 2.37%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2051C (or 0xB2051C) is known color: Venetian Red. HEX triplet: B2, 05 and 1C. RGB value is (178,5,28). Sum of RGB (Red+Green+Blue) = 178+5+28=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2051C is #4DFAE3. Grayscale: #3B3B3B. Windows color (decimal): -5110500 or 1836466. OLE color: 1836466.

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

Color convert

RGB 178 5 28 -
CMYK 0 0.97 0.84 0.30
HSL 352.02º 0.95% 0.36% -
HSV(B) 352.02º 0.97% 0.7% -
XYZ 18.62 9.66 1.98 -
YUV 59.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 178 5 28 0 0.97 0.84 0.30 352.02 0.95 0.36
Hex B2 5 1C 0 61 54 1E 160 5F 24
Octal 262 5 34 0 141 124 36 540 137 44
Binary 10110010 101 11100 0 1100001 1010100 11110 101100000 1011111 100100

Color Harmonies of #B2051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2051C

Black with #B2051C

Text Example


Text Example

White with #B2051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2051C; }

 p { color: rgb(178,5,28); }

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

background-color css

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

 a { background-color: rgb(178,5,28); }

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

border-color css

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

 span { border-color: rgb(178,5,28); }

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