Html Css Color HEX #B61E46 Cardinal

📋 copy color: '#B61E46'

red 182 ◦ green 30 ◦ blue 70

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

Shades of Cardinal #B61E46

Tints of Cardinal #B61E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

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

R = 64.54%
G = 10.64%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B61E46 (or 0xB61E46) is known color: Cardinal. HEX triplet: B6, 1E and 46. RGB value is (182,30,70). Sum of RGB (Red+Green+Blue) = 182+30+70=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E46 is #49E1B9. Grayscale: #505050. Windows color (decimal): -4841914 or 4595382. OLE color: 4595382.

HSL color Cylindrical-coordinate representation of color #B61E46: hue angle of 344.21º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E46 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 30 70 -
CMYK 0 0.84 0.62 0.29
HSL 344.21º 0.72% 0.42% -
HSV(B) 344.21º 0.84% 0.71% -
XYZ 20.86 11.32 6.88 -
YUV 80.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 182 30 70 0 0.84 0.62 0.29 344.21 0.72 0.42
Hex B6 1E 46 0 54 3E 1D 158 48 2A
Octal 266 36 106 0 124 76 35 530 110 52
Binary 10110110 11110 1000110 0 1010100 111110 11101 101011000 1001000 101010

Color Harmonies of #B61E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E46

Black with #B61E46

Text Example


Text Example

White with #B61E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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