Html Css Color HEX #BD0225 Venetian Red

📋 copy color: '#BD0225'

red 189 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #BD0225

Tints of Venetian Red #BD0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 82.89%
G = 0.88%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD0225 (or 0xBD0225) is known color: Venetian Red. HEX triplet: BD, 02 and 25. RGB value is (189,2,37). Sum of RGB (Red+Green+Blue) = 189+2+37=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0225 is #42FDDA. Grayscale: #3D3D3D. Windows color (decimal): -4390363 or 2425533. OLE color: 2425533.

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

Color convert

RGB 189 2 37 -
CMYK 0 0.99 0.80 0.26
HSL 348.77º 0.98% 0.37% -
HSV(B) 348.77º 0.99% 0.74% -
XYZ 21.34 11 2.75 -
YUV 61.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 189 2 37 0 0.99 0.80 0.26 348.77 0.98 0.37
Hex BD 2 25 0 63 50 1A 15D 62 25
Octal 275 2 45 0 143 120 32 535 142 45
Binary 10111101 10 100101 0 1100011 1010000 11010 101011101 1100010 100101

Color Harmonies of #BD0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0225

Black with #BD0225

Text Example


Text Example

White with #BD0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0225; }

 p { color: rgb(189,2,37); }

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

background-color css

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

 a { background-color: rgb(189,2,37); }

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

border-color css

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

 span { border-color: rgb(189,2,37); }

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