Html Css Color HEX #BD1303 Free Speech Red

📋 copy color: '#BD1303'

red 189 ◦ green 19 ◦ blue 3

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

Shades of Free Speech Red #BD1303

Tints of Free Speech Red #BD1303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

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

R = 89.57%
G = 9%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD1303 (or 0xBD1303) is known color: Free Speech Red. HEX triplet: BD, 13 and 03. RGB value is (189,19,3). Sum of RGB (Red+Green+Blue) = 189+19+3=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1303 is #42ECFC. Grayscale: #444444. Windows color (decimal): -4386045 or 201661. OLE color: 201661.

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

Color convert

RGB 189 19 3 -
CMYK 0 0.90 0.98 0.26
HSL 5.16º 0.97% 0.38% -
HSV(B) 5.16º 0.98% 0.74% -
XYZ 21.24 11.29 1.15 -
YUV 68.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 189 19 3 0 0.90 0.98 0.26 5.16 0.97 0.38
Hex BD 13 3 0 5A 62 1A 5 61 26
Octal 275 23 3 0 132 142 32 5 141 46
Binary 10111101 10011 11 0 1011010 1100010 11010 101 1100001 100110

Color Harmonies of #BD1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1303

Black with #BD1303

Text Example


Text Example

White with #BD1303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1303; }

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

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

background-color css

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

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

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

border-color css

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

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

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