Html Css Color HEX #B61246 Cardinal

📋 copy color: '#B61246'

red 182 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #B61246

Tints of Cardinal #B61246

RGB

 RED value IS 182 (71.48% from 255) = 67.41%

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 67.41%
G = 6.67%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B61246 (or 0xB61246) is known color: Cardinal. HEX triplet: B6, 12 and 46. RGB value is (182,18,70). Sum of RGB (Red+Green+Blue) = 182+18+70=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B61246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61246 is #49EDB9. Grayscale: #484848. Windows color (decimal): -4844986 or 4592310. OLE color: 4592310.

HSL color Cylindrical-coordinate representation of color #B61246: hue angle of 340.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61246 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 70 -
CMYK 0 0.90 0.62 0.29
HSL 340.98º 0.82% 0.39% -
HSV(B) 340.98º 0.9% 0.71% -
XYZ 20.61 10.82 6.8 -
YUV 72.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 182 18 70 0 0.90 0.62 0.29 340.98 0.82 0.39
Hex B6 12 46 0 5A 3E 1D 155 52 27
Octal 266 22 106 0 132 76 35 525 122 47
Binary 10110110 10010 1000110 0 1011010 111110 11101 101010101 1010010 100111

Color Harmonies of #B61246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61246

Black with #B61246

Text Example


Text Example

White with #B61246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61246; }

 p { color: rgb(182,18,70); }

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

background-color css

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

 a { background-color: rgb(182,18,70); }

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

border-color css

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

 span { border-color: rgb(182,18,70); }

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