Html Css Color HEX #B4030D Venetian Red

📋 copy color: '#B4030D'

red 180 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #B4030D

Tints of Venetian Red #B4030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 91.84%
G = 1.53%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4030D (or 0xB4030D) is known color: Venetian Red. HEX triplet: B4, 03 and 0D. RGB value is (180,3,13). Sum of RGB (Red+Green+Blue) = 180+3+13=196 (25% of max value = 765). Red value is 180 (70.70% from 255 or 91.84% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 180 - color contains mainly: red. Hex color #B4030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4030D is #4BFCF2. Grayscale: #393939. Windows color (decimal): -4979955 or 852916. OLE color: 852916.

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

Color convert

RGB 180 3 13 -
CMYK 0 0.98 0.93 0.29
HSL 356.61º 0.97% 0.36% -
HSV(B) 356.61º 0.98% 0.71% -
XYZ 18.93 9.8 1.27 -
YUV 57.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 180 3 13 0 0.98 0.93 0.29 356.61 0.97 0.36
Hex B4 3 D 0 62 5D 1D 165 61 24
Octal 264 3 15 0 142 135 35 545 141 44
Binary 10110100 11 1101 0 1100010 1011101 11101 101100101 1100001 100100

Color Harmonies of #B4030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4030D

Black with #B4030D

Text Example


Text Example

White with #B4030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4030D; }

 p { color: rgb(180,3,13); }

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

background-color css

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

 a { background-color: rgb(180,3,13); }

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

border-color css

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

 span { border-color: rgb(180,3,13); }

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