Html Css Color HEX #A61B3E Cardinal

📋 copy color: '#A61B3E'

red 166 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #A61B3E

Tints of Cardinal #A61B3E

RGB

 RED value IS 166 (65.23% from 255) = 65.1%

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

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 65.1%
G = 10.59%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A61B3E (or 0xA61B3E) is known color: Cardinal. HEX triplet: A6, 1B and 3E. RGB value is (166,27,62). Sum of RGB (Red+Green+Blue) = 166+27+62=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61B3E is #59E4C1. Grayscale: #484848. Windows color (decimal): -5891266 or 4070310. OLE color: 4070310.

HSL color Cylindrical-coordinate representation of color #A61B3E: hue angle of 344.89º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61B3E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 27 62 -
CMYK 0 0.84 0.63 0.35
HSL 344.89º 0.72% 0.38% -
HSV(B) 344.89º 0.84% 0.65% -
XYZ 16.99 9.24 5.45 -
YUV 72.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 166 27 62 0 0.84 0.63 0.35 344.89 0.72 0.38
Hex A6 1B 3E 0 54 3F 23 159 48 26
Octal 246 33 76 0 124 77 43 531 110 46
Binary 10100110 11011 111110 0 1010100 111111 100011 101011001 1001000 100110

Color Harmonies of #A61B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B3E

Black with #A61B3E

Text Example


Text Example

White with #A61B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B3E; }

 p { color: rgb(166,27,62); }

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

background-color css

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

 a { background-color: rgb(166,27,62); }

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

border-color css

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

 span { border-color: rgb(166,27,62); }

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