Html Css Color HEX #B4012D Venetian Red

📋 copy color: '#B4012D'

red 180 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #B4012D

Tints of Venetian Red #B4012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 79.65%
G = 0.44%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4012D (or 0xB4012D) is known color: Venetian Red. HEX triplet: B4, 01 and 2D. RGB value is (180,1,45). Sum of RGB (Red+Green+Blue) = 180+1+45=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4012D is #4BFED2. Grayscale: #3B3B3B. Windows color (decimal): -4980435 or 2949556. OLE color: 2949556.

HSL color Cylindrical-coordinate representation of color #B4012D: hue angle of 345.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4012D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 45 -
CMYK 0 0.99 0.75 0.29
HSL 345.25º 0.99% 0.35% -
HSV(B) 345.25º 0.99% 0.71% -
XYZ 19.31 9.91 3.38 -
YUV 59.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 180 1 45 0 0.99 0.75 0.29 345.25 0.99 0.35
Hex B4 1 2D 0 63 4B 1D 159 63 23
Octal 264 1 55 0 143 113 35 531 143 43
Binary 10110100 1 101101 0 1100011 1001011 11101 101011001 1100011 100011

Color Harmonies of #B4012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4012D

Black with #B4012D

Text Example


Text Example

White with #B4012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4012D; }

 p { color: rgb(180,1,45); }

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

background-color css

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

 a { background-color: rgb(180,1,45); }

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

border-color css

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

 span { border-color: rgb(180,1,45); }

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