Html Css Color HEX #B4071D Venetian Red

📋 copy color: '#B4071D'

red 180 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #B4071D

Tints of Venetian Red #B4071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 29 (11.72% from 255) = 13.43%

R = 83.33%
G = 3.24%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4071D (or 0xB4071D) is known color: Venetian Red. HEX triplet: B4, 07 and 1D. RGB value is (180,7,29). Sum of RGB (Red+Green+Blue) = 180+7+29=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B4071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4071D is #4BF8E2. Grayscale: #3D3D3D. Windows color (decimal): -4978915 or 1902516. OLE color: 1902516.

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

Color convert

RGB 180 7 29 -
CMYK 0 0.96 0.84 0.29
HSL 352.37º 0.93% 0.37% -
HSV(B) 352.37º 0.96% 0.71% -
XYZ 19.12 9.94 2.07 -
YUV 61.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 180 7 29 0 0.96 0.84 0.29 352.37 0.93 0.37
Hex B4 7 1D 0 60 54 1D 160 5D 25
Octal 264 7 35 0 140 124 35 540 135 45
Binary 10110100 111 11101 0 1100000 1010100 11101 101100000 1011101 100101

Color Harmonies of #B4071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4071D

Black with #B4071D

Text Example


Text Example

White with #B4071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4071D; }

 p { color: rgb(180,7,29); }

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

background-color css

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

 a { background-color: rgb(180,7,29); }

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

border-color css

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

 span { border-color: rgb(180,7,29); }

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