Html Css Color HEX #B4101F Venetian Red

📋 copy color: '#B4101F'

red 180 ◦ green 16 ◦ blue 31

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

Shades of Venetian Red #B4101F

Tints of Venetian Red #B4101F

RGB

 RED value IS 180 (70.7% from 255) = 79.3%

 GREEN value IS 16 (6.64% from 255) = 7.05%

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

R = 79.3%
G = 7.05%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4101F (or 0xB4101F) is known color: Venetian Red. HEX triplet: B4, 10 and 1F. RGB value is (180,16,31). Sum of RGB (Red+Green+Blue) = 180+16+31=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101F is #4BEFE0. Grayscale: #424242. Windows color (decimal): -4976609 or 2035892. OLE color: 2035892.

HSL color Cylindrical-coordinate representation of color #B4101F: hue angle of 354.51º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4101F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 31 -
CMYK 0 0.91 0.83 0.29
HSL 354.51º 0.84% 0.38% -
HSV(B) 354.51º 0.91% 0.71% -
XYZ 19.26 10.17 2.25 -
YUV 66.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 180 16 31 0 0.91 0.83 0.29 354.51 0.84 0.38
Hex B4 10 1F 0 5B 53 1D 163 54 26
Octal 264 20 37 0 133 123 35 543 124 46
Binary 10110100 10000 11111 0 1011011 1010011 11101 101100011 1010100 100110

Color Harmonies of #B4101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4101F

Black with #B4101F

Text Example


Text Example

White with #B4101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4101F; }

 p { color: rgb(180,16,31); }

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

background-color css

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

 a { background-color: rgb(180,16,31); }

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

border-color css

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

 span { border-color: rgb(180,16,31); }

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