Html Css Color HEX #B61242 Cardinal

📋 copy color: '#B61242'

red 182 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #B61242

Tints of Cardinal #B61242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 68.42%
G = 6.77%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B61242 (or 0xB61242) is known color: Cardinal. HEX triplet: B6, 12 and 42. RGB value is (182,18,66). Sum of RGB (Red+Green+Blue) = 182+18+66=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B61242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61242 is #49EDBD. Grayscale: #484848. Windows color (decimal): -4844990 or 4330166. OLE color: 4330166.

HSL color Cylindrical-coordinate representation of color #B61242: hue angle of 342.44º 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 #B61242 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 66 -
CMYK 0 0.90 0.64 0.29
HSL 342.44º 0.82% 0.39% -
HSV(B) 342.44º 0.9% 0.71% -
XYZ 20.49 10.77 6.15 -
YUV 72.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 182 18 66 0 0.90 0.64 0.29 342.44 0.82 0.39
Hex B6 12 42 0 5A 40 1D 156 52 27
Octal 266 22 102 0 132 100 35 526 122 47
Binary 10110110 10010 1000010 0 1011010 1000000 11101 101010110 1010010 100111

Color Harmonies of #B61242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61242

Black with #B61242

Text Example


Text Example

White with #B61242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61242; }

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

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

background-color css

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

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

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

border-color css

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

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

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