Html Css Color HEX #B75D1D Christine

📋 copy color: '#B75D1D'

red 183 ◦ green 93 ◦ blue 29

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

Shades of Christine #B75D1D

Tints of Christine #B75D1D

RGB

 RED value IS 183 (71.88% from 255) = 60%

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 60%
G = 30.49%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B75D1D (or 0xB75D1D) is known color: Christine. HEX triplet: B7, 5D and 1D. RGB value is (183,93,29). Sum of RGB (Red+Green+Blue) = 183+93+29=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D1D is #48A2E2. Grayscale: #707070. Windows color (decimal): -4760291 or 1924535. OLE color: 1924535.

HSL color Cylindrical-coordinate representation of color #B75D1D: hue angle of 24.94º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B75D1D is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 93 29 -
CMYK 0 0.49 0.84 0.28
HSL 24.94º 0.73% 0.42% -
HSV(B) 24.94º 0.84% 0.72% -
XYZ 23.66 17.98 3.39 -
YUV 112.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 183 93 29 0 0.49 0.84 0.28 24.94 0.73 0.42
Hex B7 5D 1D 0 31 54 1C 19 49 2A
Octal 267 135 35 0 61 124 34 31 111 52
Binary 10110111 1011101 11101 0 110001 1010100 11100 11001 1001001 101010

Color Harmonies of #B75D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D1D

Black with #B75D1D

Text Example


Text Example

White with #B75D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D1D; }

 p { color: rgb(183,93,29); }

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

background-color css

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

 a { background-color: rgb(183,93,29); }

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

border-color css

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

 span { border-color: rgb(183,93,29); }

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