Html Css Color HEX #B4121E Venetian Red

📋 copy color: '#B4121E'

red 180 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #B4121E

Tints of Venetian Red #B4121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 78.95%
G = 7.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4121E (or 0xB4121E) is known color: Venetian Red. HEX triplet: B4, 12 and 1E. RGB value is (180,18,30). Sum of RGB (Red+Green+Blue) = 180+18+30=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4121E is #4BEDE1. Grayscale: #434343. Windows color (decimal): -4976098 or 1970868. OLE color: 1970868.

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

Color convert

RGB 180 18 30 -
CMYK 0 0.9 0.83 0.29
HSL 355.56º 0.82% 0.39% -
HSV(B) 355.56º 0.9% 0.71% -
XYZ 19.27 10.23 2.19 -
YUV 67.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 180 18 30 0 0.9 0.83 0.29 355.56 0.82 0.39
Hex B4 12 1E 0 5A 53 1D 164 52 27
Octal 264 22 36 0 132 123 35 544 122 47
Binary 10110100 10010 11110 0 1011010 1010011 11101 101100100 1010010 100111

Color Harmonies of #B4121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4121E

Black with #B4121E

Text Example


Text Example

White with #B4121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4121E; }

 p { color: rgb(180,18,30); }

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

background-color css

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

 a { background-color: rgb(180,18,30); }

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

border-color css

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

 span { border-color: rgb(180,18,30); }

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