Html Css Color HEX #BD030A Venetian Red

📋 copy color: '#BD030A'

red 189 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #BD030A

Tints of Venetian Red #BD030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 93.56%
G = 1.49%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD030A (or 0xBD030A) is known color: Venetian Red. HEX triplet: BD, 03 and 0A. RGB value is (189,3,10). Sum of RGB (Red+Green+Blue) = 189+3+10=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030A is #42FCF5. Grayscale: #3B3B3B. Windows color (decimal): -4390134 or 656317. OLE color: 656317.

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

Color convert

RGB 189 3 10 -
CMYK 0 0.98 0.95 0.26
HSL 357.74º 0.97% 0.38% -
HSV(B) 357.74º 0.98% 0.74% -
XYZ 21.07 10.91 1.28 -
YUV 59.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 189 3 10 0 0.98 0.95 0.26 357.74 0.97 0.38
Hex BD 3 A 0 62 5F 1A 166 61 26
Octal 275 3 12 0 142 137 32 546 141 46
Binary 10111101 11 1010 0 1100010 1011111 11010 101100110 1100001 100110

Color Harmonies of #BD030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD030A

Black with #BD030A

Text Example


Text Example

White with #BD030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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