Html Css Color HEX #B82540 Cardinal

📋 copy color: '#B82540'

red 184 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B82540

Tints of Cardinal #B82540

RGB

 RED value IS 184 (72.27% from 255) = 64.56%

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

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

R = 64.56%
G = 12.98%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82540 (or 0xB82540) is known color: Cardinal. HEX triplet: B8, 25 and 40. RGB value is (184,37,64). Sum of RGB (Red+Green+Blue) = 184+37+64=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B82540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82540 is #47DABF. Grayscale: #545454. Windows color (decimal): -4709056 or 4203960. OLE color: 4203960.

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

Color convert

RGB 184 37 64 -
CMYK 0 0.80 0.65 0.28
HSL 348.98º 0.67% 0.43% -
HSV(B) 348.98º 0.8% 0.72% -
XYZ 21.35 11.88 6.02 -
YUV 84.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 184 37 64 0 0.80 0.65 0.28 348.98 0.67 0.43
Hex B8 25 40 0 50 41 1C 15D 43 2B
Octal 270 45 100 0 120 101 34 535 103 53
Binary 10111000 100101 1000000 0 1010000 1000001 11100 101011101 1000011 101011

Color Harmonies of #B82540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82540

Black with #B82540

Text Example


Text Example

White with #B82540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82540; }

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

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

background-color css

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

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

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

border-color css

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

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

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