Html Css Color HEX #600212 Pohutukawa

📋 copy color: '#600212'

red 96 ◦ green 2 ◦ blue 18

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

Shades of Pohutukawa #600212

Tints of Pohutukawa #600212

RGB

 RED value IS 96 (37.89% from 255) = 82.76%

 GREEN value IS 2 (1.17% from 255) = 1.72%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 82.76%
G = 1.72%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#600212 (or 0x600212) is known color: Pohutukawa. HEX triplet: 60, 02 and 12. RGB value is (96,2,18). Sum of RGB (Red+Green+Blue) = 96+2+18=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600212 is #9FFDED. Grayscale: #1F1F1F. Windows color (decimal): -10485230 or 1180256. OLE color: 1180256.

HSL color Cylindrical-coordinate representation of color #600212: hue angle of 349.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600212 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 18 -
CMYK 0 0.98 0.81 0.62
HSL 349.79º 0.96% 0.19% -
HSV(B) 349.79º 0.98% 0.38% -
XYZ 4.95 2.57 0.81 -
YUV 31.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 96 2 18 0 0.98 0.81 0.62 349.79 0.96 0.19
Hex 60 2 12 0 62 51 3E 15E 60 13
Octal 140 2 22 0 142 121 76 536 140 23
Binary 1100000 10 10010 0 1100010 1010001 111110 101011110 1100000 10011

Color Harmonies of #600212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600212

Black with #600212

Text Example


Text Example

White with #600212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600212; }

 p { color: rgb(96,2,18); }

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

background-color css

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

 a { background-color: rgb(96,2,18); }

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

border-color css

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

 span { border-color: rgb(96,2,18); }

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