Html Css Color HEX #BD1B06 Free Speech Red

📋 copy color: '#BD1B06'

red 189 ◦ green 27 ◦ blue 6

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

Shades of Free Speech Red #BD1B06

Tints of Free Speech Red #BD1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 85.14%
G = 12.16%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD1B06 (or 0xBD1B06) is known color: Free Speech Red. HEX triplet: BD, 1B and 06. RGB value is (189,27,6). Sum of RGB (Red+Green+Blue) = 189+27+6=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1B06 is #42E4F9. Grayscale: #494949. Windows color (decimal): -4383994 or 400317. OLE color: 400317.

HSL color Cylindrical-coordinate representation of color #BD1B06: hue angle of 6.89º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD1B06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 6 -
CMYK 0 0.86 0.97 0.26
HSL 6.89º 0.94% 0.38% -
HSV(B) 6.89º 0.97% 0.74% -
XYZ 21.41 11.62 1.29 -
YUV 73.04 90.17 210.71 -
System Red Green Blue C M Y K H S L
Decimal 189 27 6 0 0.86 0.97 0.26 6.89 0.94 0.38
Hex BD 1B 6 0 56 61 1A 7 5E 26
Octal 275 33 6 0 126 141 32 7 136 46
Binary 10111101 11011 110 0 1010110 1100001 11010 111 1011110 100110

Color Harmonies of #BD1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B06

Black with #BD1B06

Text Example


Text Example

White with #BD1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B06; }

 p { color: rgb(189,27,6); }

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

background-color css

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

 a { background-color: rgb(189,27,6); }

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

border-color css

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

 span { border-color: rgb(189,27,6); }

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