Html Css Color HEX #BD030C Venetian Red

📋 copy color: '#BD030C'

red 189 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #BD030C

Tints of Venetian Red #BD030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 92.65%
G = 1.47%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD030C (or 0xBD030C) is known color: Venetian Red. HEX triplet: BD, 03 and 0C. RGB value is (189,3,12). Sum of RGB (Red+Green+Blue) = 189+3+12=204 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.65% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030C is #42FCF3. Grayscale: #3B3B3B. Windows color (decimal): -4390132 or 787389. OLE color: 787389.

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

Color convert

RGB 189 3 12 -
CMYK 0 0.98 0.94 0.26
HSL 357.1º 0.97% 0.38% -
HSV(B) 357.1º 0.98% 0.74% -
XYZ 21.09 10.91 1.34 -
YUV 59.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 189 3 12 0 0.98 0.94 0.26 357.1 0.97 0.38
Hex BD 3 C 0 62 5E 1A 165 61 26
Octal 275 3 14 0 142 136 32 545 141 46
Binary 10111101 11 1100 0 1100010 1011110 11010 101100101 1100001 100110

Color Harmonies of #BD030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD030C

Black with #BD030C

Text Example


Text Example

White with #BD030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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