Html Css Color HEX #B62540 Cardinal

📋 copy color: '#B62540'

red 182 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B62540

Tints of Cardinal #B62540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 64.31%
G = 13.07%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B62540 (or 0xB62540) is known color: Cardinal. HEX triplet: B6, 25 and 40. RGB value is (182,37,64). Sum of RGB (Red+Green+Blue) = 182+37+64=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B62540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62540 is #49DABF. Grayscale: #535353. Windows color (decimal): -4840128 or 4203958. OLE color: 4203958.

HSL color Cylindrical-coordinate representation of color #B62540: hue angle of 348.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62540 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 64 -
CMYK 0 0.80 0.65 0.29
HSL 348.83º 0.66% 0.43% -
HSV(B) 348.83º 0.8% 0.71% -
XYZ 20.88 11.64 6 -
YUV 83.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 182 37 64 0 0.80 0.65 0.29 348.83 0.66 0.43
Hex B6 25 40 0 50 41 1D 15D 42 2B
Octal 266 45 100 0 120 101 35 535 102 53
Binary 10110110 100101 1000000 0 1010000 1000001 11101 101011101 1000010 101011

Color Harmonies of #B62540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62540

Black with #B62540

Text Example


Text Example

White with #B62540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62540; }

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

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

background-color css

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

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

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

border-color css

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

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

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