Html Css Color HEX #B4030F Venetian Red

📋 copy color: '#B4030F'

red 180 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #B4030F

Tints of Venetian Red #B4030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 90.91%
G = 1.52%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4030F (or 0xB4030F) is known color: Venetian Red. HEX triplet: B4, 03 and 0F. RGB value is (180,3,15). Sum of RGB (Red+Green+Blue) = 180+3+15=198 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.91% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 180 - color contains mainly: red. Hex color #B4030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4030F is #4BFCF0. Grayscale: #393939. Windows color (decimal): -4979953 or 983988. OLE color: 983988.

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

Color convert

RGB 180 3 15 -
CMYK 0 0.98 0.92 0.29
HSL 355.93º 0.97% 0.36% -
HSV(B) 355.93º 0.98% 0.71% -
XYZ 18.94 9.8 1.35 -
YUV 57.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 180 3 15 0 0.98 0.92 0.29 355.93 0.97 0.36
Hex B4 3 F 0 62 5C 1D 164 61 24
Octal 264 3 17 0 142 134 35 544 141 44
Binary 10110100 11 1111 0 1100010 1011100 11101 101100100 1100001 100100

Color Harmonies of #B4030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4030F

Black with #B4030F

Text Example


Text Example

White with #B4030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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