Html Css Color HEX #B2001F Venetian Red

📋 copy color: '#B2001F'

red 178 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #B2001F

Tints of Venetian Red #B2001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 85.17%
G = 0%
B = 14.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2001F (or 0xB2001F) is known color: Venetian Red. HEX triplet: B2, 00 and 1F. RGB value is (178,0,31). Sum of RGB (Red+Green+Blue) = 178+0+31=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B2001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2001F is #4DFFE0. Grayscale: #383838. Windows color (decimal): -5111777 or 2031794. OLE color: 2031794.

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

Color convert

RGB 178 0 31 -
CMYK 0 1 0.83 0.30
HSL 349.55º 1% 0.35% -
HSV(B) 349.55º 1% 0.7% -
XYZ 18.61 9.56 2.16 -
YUV 56.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 178 0 31 0 1 0.83 0.30 349.55 1 0.35
Hex B2 0 1F 0 64 53 1E 15E 64 23
Octal 262 0 37 0 144 123 36 536 144 43
Binary 10110010 0 11111 0 1100100 1010011 11110 101011110 1100100 100011

Color Harmonies of #B2001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2001F

Black with #B2001F

Text Example


Text Example

White with #B2001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2001F; }

 p { color: rgb(178,0,31); }

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

background-color css

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

 a { background-color: rgb(178,0,31); }

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

border-color css

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

 span { border-color: rgb(178,0,31); }

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