Html Css Color HEX #BD0503 Free Speech Red

📋 copy color: '#BD0503'

red 189 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #BD0503

Tints of Free Speech Red #BD0503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 95.94%
G = 2.54%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD0503 (or 0xBD0503) is known color: Free Speech Red. HEX triplet: BD, 05 and 03. RGB value is (189,5,3). Sum of RGB (Red+Green+Blue) = 189+5+3=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0503 is #42FAFC. Grayscale: #3B3B3B. Windows color (decimal): -4389629 or 198077. OLE color: 198077.

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

Color convert

RGB 189 5 3 -
CMYK 0 0.97 0.98 0.26
HSL 0.65º 0.97% 0.38% -
HSV(B) 0.65º 0.98% 0.74% -
XYZ 21.06 10.93 1.09 -
YUV 59.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 189 5 3 0 0.97 0.98 0.26 0.65 0.97 0.38
Hex BD 5 3 0 61 62 1A 1 61 26
Octal 275 5 3 0 141 142 32 1 141 46
Binary 10111101 101 11 0 1100001 1100010 11010 1 1100001 100110

Color Harmonies of #BD0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0503

Black with #BD0503

Text Example


Text Example

White with #BD0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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