Html Css Color HEX #BD0124 Venetian Red

📋 copy color: '#BD0124'

red 189 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #BD0124

Tints of Venetian Red #BD0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 83.63%
G = 0.44%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD0124 (or 0xBD0124) is known color: Venetian Red. HEX triplet: BD, 01 and 24. RGB value is (189,1,36). Sum of RGB (Red+Green+Blue) = 189+1+36=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0124 is #42FEDB. Grayscale: #3D3D3D. Windows color (decimal): -4390620 or 2359741. OLE color: 2359741.

HSL color Cylindrical-coordinate representation of color #BD0124: hue angle of 348.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0124 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 36 -
CMYK 0 0.99 0.81 0.26
HSL 348.83º 0.99% 0.37% -
HSV(B) 348.83º 0.99% 0.74% -
XYZ 21.32 10.97 2.66 -
YUV 61.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 189 1 36 0 0.99 0.81 0.26 348.83 0.99 0.37
Hex BD 1 24 0 63 51 1A 15D 63 25
Octal 275 1 44 0 143 121 32 535 143 45
Binary 10111101 1 100100 0 1100011 1010001 11010 101011101 1100011 100101

Color Harmonies of #BD0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0124

Black with #BD0124

Text Example


Text Example

White with #BD0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0124; }

 p { color: rgb(189,1,36); }

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

background-color css

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

 a { background-color: rgb(189,1,36); }

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

border-color css

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

 span { border-color: rgb(189,1,36); }

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