Html Css Color HEX #B61340 Cardinal

📋 copy color: '#B61340'

red 182 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #B61340

Tints of Cardinal #B61340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 68.68%
G = 7.17%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B61340 (or 0xB61340) is known color: Cardinal. HEX triplet: B6, 13 and 40. RGB value is (182,19,64). Sum of RGB (Red+Green+Blue) = 182+19+64=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B61340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61340 is #49ECBF. Grayscale: #484848. Windows color (decimal): -4844736 or 4199350. OLE color: 4199350.

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

Color convert

RGB 182 19 64 -
CMYK 0 0.90 0.65 0.29
HSL 343.44º 0.81% 0.39% -
HSV(B) 343.44º 0.9% 0.71% -
XYZ 20.45 10.78 5.85 -
YUV 72.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 182 19 64 0 0.90 0.65 0.29 343.44 0.81 0.39
Hex B6 13 40 0 5A 41 1D 157 51 27
Octal 266 23 100 0 132 101 35 527 121 47
Binary 10110110 10011 1000000 0 1011010 1000001 11101 101010111 1010001 100111

Color Harmonies of #B61340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61340

Black with #B61340

Text Example


Text Example

White with #B61340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61340; }

 p { color: rgb(182,19,64); }

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

background-color css

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

 a { background-color: rgb(182,19,64); }

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

border-color css

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

 span { border-color: rgb(182,19,64); }

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