Html Css Color HEX #B61142 Cardinal

📋 copy color: '#B61142'

red 182 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #B61142

Tints of Cardinal #B61142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 68.68%
G = 6.42%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B61142 (or 0xB61142) is known color: Cardinal. HEX triplet: B6, 11 and 42. RGB value is (182,17,66). Sum of RGB (Red+Green+Blue) = 182+17+66=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B61142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61142 is #49EEBD. Grayscale: #474747. Windows color (decimal): -4845246 or 4329910. OLE color: 4329910.

HSL color Cylindrical-coordinate representation of color #B61142: hue angle of 342.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61142 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 66 -
CMYK 0 0.91 0.64 0.29
HSL 342.18º 0.83% 0.39% -
HSV(B) 342.18º 0.91% 0.71% -
XYZ 20.48 10.74 6.15 -
YUV 71.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 182 17 66 0 0.91 0.64 0.29 342.18 0.83 0.39
Hex B6 11 42 0 5B 40 1D 156 53 27
Octal 266 21 102 0 133 100 35 526 123 47
Binary 10110110 10001 1000010 0 1011011 1000000 11101 101010110 1010011 100111

Color Harmonies of #B61142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61142

Black with #B61142

Text Example


Text Example

White with #B61142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61142; }

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

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

background-color css

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

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

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

border-color css

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

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

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