Html Css Color HEX #B4090D Venetian Red

📋 copy color: '#B4090D'

red 180 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #B4090D

Tints of Venetian Red #B4090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.46%

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

R = 89.11%
G = 4.46%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4090D (or 0xB4090D) is known color: Venetian Red. HEX triplet: B4, 09 and 0D. RGB value is (180,9,13). Sum of RGB (Red+Green+Blue) = 180+9+13=202 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.11% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 180 - color contains mainly: red. Hex color #B4090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4090D is #4BF6F2. Grayscale: #3C3C3C. Windows color (decimal): -4978419 or 854452. OLE color: 854452.

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

Color convert

RGB 180 9 13 -
CMYK 0 0.95 0.93 0.29
HSL 358.6º 0.9% 0.37% -
HSV(B) 358.6º 0.95% 0.71% -
XYZ 18.99 9.93 1.3 -
YUV 60.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 180 9 13 0 0.95 0.93 0.29 358.6 0.9 0.37
Hex B4 9 D 0 5F 5D 1D 167 5A 25
Octal 264 11 15 0 137 135 35 547 132 45
Binary 10110100 1001 1101 0 1011111 1011101 11101 101100111 1011010 100101

Color Harmonies of #B4090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4090D

Black with #B4090D

Text Example


Text Example

White with #B4090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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