Html Css Color HEX #B62140 Cardinal

📋 copy color: '#B62140'

red 182 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #B62140

Tints of Cardinal #B62140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 65.23%
G = 11.83%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B62140 (or 0xB62140) is known color: Cardinal. HEX triplet: B6, 21 and 40. RGB value is (182,33,64). Sum of RGB (Red+Green+Blue) = 182+33+64=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B62140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62140 is #49DEBF. Grayscale: #515151. Windows color (decimal): -4841152 or 4202934. OLE color: 4202934.

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

Color convert

RGB 182 33 64 -
CMYK 0 0.82 0.65 0.29
HSL 347.52º 0.69% 0.42% -
HSV(B) 347.52º 0.82% 0.71% -
XYZ 20.76 11.4 5.96 -
YUV 81.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 182 33 64 0 0.82 0.65 0.29 347.52 0.69 0.42
Hex B6 21 40 0 52 41 1D 15C 45 2A
Octal 266 41 100 0 122 101 35 534 105 52
Binary 10110110 100001 1000000 0 1010010 1000001 11101 101011100 1000101 101010

Color Harmonies of #B62140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62140

Black with #B62140

Text Example


Text Example

White with #B62140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62140; }

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

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

background-color css

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

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

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

border-color css

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

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

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