Html Css Color HEX #AB0834 Cardinal

📋 copy color: '#AB0834'

red 171 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #AB0834

Tints of Cardinal #AB0834

RGB

 RED value IS 171 (67.19% from 255) = 74.03%

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 74.03%
G = 3.46%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB0834 (or 0xAB0834) is known color: Cardinal. HEX triplet: AB, 08 and 34. RGB value is (171,8,52). Sum of RGB (Red+Green+Blue) = 171+8+52=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0834 is #54F7CB. Grayscale: #3D3D3D. Windows color (decimal): -5568460 or 3410091. OLE color: 3410091.

HSL color Cylindrical-coordinate representation of color #AB0834: hue angle of 343.8º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0834 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 52 -
CMYK 0 0.95 0.70 0.33
HSL 343.8º 0.91% 0.35% -
HSV(B) 343.8º 0.95% 0.67% -
XYZ 17.5 9.08 4.08 -
YUV 61.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 171 8 52 0 0.95 0.70 0.33 343.8 0.91 0.35
Hex AB 8 34 0 5F 46 21 158 5B 23
Octal 253 10 64 0 137 106 41 530 133 43
Binary 10101011 1000 110100 0 1011111 1000110 100001 101011000 1011011 100011

Color Harmonies of #AB0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0834

Black with #AB0834

Text Example


Text Example

White with #AB0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0834; }

 p { color: rgb(171,8,52); }

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

background-color css

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

 a { background-color: rgb(171,8,52); }

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

border-color css

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

 span { border-color: rgb(171,8,52); }

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