Html Css Color HEX #B4101A Venetian Red

📋 copy color: '#B4101A'

red 180 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #B4101A

Tints of Venetian Red #B4101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 81.08%
G = 7.21%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4101A (or 0xB4101A) is known color: Venetian Red. HEX triplet: B4, 10 and 1A. RGB value is (180,16,26). Sum of RGB (Red+Green+Blue) = 180+16+26=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B4101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4101A is #4BEFE5. Grayscale: #424242. Windows color (decimal): -4976614 or 1708212. OLE color: 1708212.

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

Color convert

RGB 180 16 26 -
CMYK 0 0.91 0.86 0.29
HSL 356.34º 0.84% 0.38% -
HSV(B) 356.34º 0.91% 0.71% -
XYZ 19.19 10.15 1.92 -
YUV 66.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 180 16 26 0 0.91 0.86 0.29 356.34 0.84 0.38
Hex B4 10 1A 0 5B 56 1D 164 54 26
Octal 264 20 32 0 133 126 35 544 124 46
Binary 10110100 10000 11010 0 1011011 1010110 11101 101100100 1010100 100110

Color Harmonies of #B4101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4101A

Black with #B4101A

Text Example


Text Example

White with #B4101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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