Html Css Color HEX #BD030F Venetian Red

📋 copy color: '#BD030F'

red 189 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #BD030F

Tints of Venetian Red #BD030F

RGB

 RED value IS 189 (74.22% from 255) = 91.3%

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

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

R = 91.3%
G = 1.45%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD030F (or 0xBD030F) is known color: Venetian Red. HEX triplet: BD, 03 and 0F. RGB value is (189,3,15). Sum of RGB (Red+Green+Blue) = 189+3+15=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030F is #42FCF0. Grayscale: #3C3C3C. Windows color (decimal): -4390129 or 983997. OLE color: 983997.

HSL color Cylindrical-coordinate representation of color #BD030F: hue angle of 356.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD030F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 15 -
CMYK 0 0.98 0.92 0.26
HSL 356.13º 0.97% 0.38% -
HSV(B) 356.13º 0.98% 0.74% -
XYZ 21.11 10.92 1.45 -
YUV 59.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 189 3 15 0 0.98 0.92 0.26 356.13 0.97 0.38
Hex BD 3 F 0 62 5C 1A 164 61 26
Octal 275 3 17 0 142 134 32 544 141 46
Binary 10111101 11 1111 0 1100010 1011100 11010 101100100 1100001 100110

Color Harmonies of #BD030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD030F

Black with #BD030F

Text Example


Text Example

White with #BD030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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