Html Css Color HEX #74102A Red Berry

📋 copy color: '#74102A'

red 116 ◦ green 16 ◦ blue 42

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

Shades of Red Berry #74102A

Tints of Red Berry #74102A

RGB

 RED value IS 116 (45.7% from 255) = 66.67%

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 66.67%
G = 9.2%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74102A (or 0x74102A) is known color: Red Berry. HEX triplet: 74, 10 and 2A. RGB value is (116,16,42). Sum of RGB (Red+Green+Blue) = 116+16+42=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #74102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74102A is #8BEFD5. Grayscale: #303030. Windows color (decimal): -9170902 or 2756724. OLE color: 2756724.

HSL color Cylindrical-coordinate representation of color #74102A: hue angle of 344.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74102A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 42 -
CMYK 0 0.86 0.64 0.55
HSL 344.4º 0.76% 0.26% -
HSV(B) 344.4º 0.86% 0.45% -
XYZ 7.81 4.25 2.6 -
YUV 48.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 116 16 42 0 0.86 0.64 0.55 344.4 0.76 0.26
Hex 74 10 2A 0 56 40 37 158 4C 1A
Octal 164 20 52 0 126 100 67 530 114 32
Binary 1110100 10000 101010 0 1010110 1000000 110111 101011000 1001100 11010

Color Harmonies of #74102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74102A

Black with #74102A

Text Example


Text Example

White with #74102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74102A; }

 p { color: rgb(116,16,42); }

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

background-color css

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

 a { background-color: rgb(116,16,42); }

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

border-color css

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

 span { border-color: rgb(116,16,42); }

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