Html Css Color HEX #B2031C Venetian Red

📋 copy color: '#B2031C'

red 178 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #B2031C

Tints of Venetian Red #B2031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 85.17%
G = 1.44%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2031C (or 0xB2031C) is known color: Venetian Red. HEX triplet: B2, 03 and 1C. RGB value is (178,3,28). Sum of RGB (Red+Green+Blue) = 178+3+28=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2031C is #4DFCE3. Grayscale: #3A3A3A. Windows color (decimal): -5111012 or 1835954. OLE color: 1835954.

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

Color convert

RGB 178 3 28 -
CMYK 0 0.98 0.84 0.30
HSL 351.43º 0.97% 0.35% -
HSV(B) 351.43º 0.98% 0.7% -
XYZ 18.6 9.61 1.97 -
YUV 58.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 178 3 28 0 0.98 0.84 0.30 351.43 0.97 0.35
Hex B2 3 1C 0 62 54 1E 15F 61 23
Octal 262 3 34 0 142 124 36 537 141 43
Binary 10110010 11 11100 0 1100010 1010100 11110 101011111 1100001 100011

Color Harmonies of #B2031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2031C

Black with #B2031C

Text Example


Text Example

White with #B2031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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