Html Css Color HEX #B4101C Venetian Red

📋 copy color: '#B4101C'

red 180 ◦ green 16 ◦ blue 28

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

Shades of Venetian Red #B4101C

Tints of Venetian Red #B4101C

RGB

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

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

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

R = 80.36%
G = 7.14%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4101C (or 0xB4101C) is known color: Venetian Red. HEX triplet: B4, 10 and 1C. RGB value is (180,16,28). Sum of RGB (Red+Green+Blue) = 180+16+28=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101C is #4BEFE3. Grayscale: #424242. Windows color (decimal): -4976612 or 1839284. OLE color: 1839284.

HSL color Cylindrical-coordinate representation of color #B4101C: hue angle of 355.61º 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 #B4101C is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 28 -
CMYK 0 0.91 0.84 0.29
HSL 355.61º 0.84% 0.38% -
HSV(B) 355.61º 0.91% 0.71% -
XYZ 19.22 10.16 2.05 -
YUV 66.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 180 16 28 0 0.91 0.84 0.29 355.61 0.84 0.38
Hex B4 10 1C 0 5B 54 1D 164 54 26
Octal 264 20 34 0 133 124 35 544 124 46
Binary 10110100 10000 11100 0 1011011 1010100 11101 101100100 1010100 100110

Color Harmonies of #B4101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4101C

Black with #B4101C

Text Example


Text Example

White with #B4101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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