Html Css Color HEX #B82440 Cardinal

📋 copy color: '#B82440'

red 184 ◦ green 36 ◦ blue 64

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

Shades of Cardinal #B82440

Tints of Cardinal #B82440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 64.79%
G = 12.68%
B = 22.54%

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

#B82440 (or 0xB82440) is known color: Cardinal. HEX triplet: B8, 24 and 40. RGB value is (184,36,64). Sum of RGB (Red+Green+Blue) = 184+36+64=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B82440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82440 is #47DBBF. Grayscale: #535353. Windows color (decimal): -4709312 or 4203704. OLE color: 4203704.

HSL color Cylindrical-coordinate representation of color #B82440: hue angle of 348.65º 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 #B82440 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 64 -
CMYK 0 0.80 0.65 0.28
HSL 348.65º 0.67% 0.43% -
HSV(B) 348.65º 0.8% 0.72% -
XYZ 21.32 11.82 6.01 -
YUV 83.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 184 36 64 0 0.80 0.65 0.28 348.65 0.67 0.43
Hex B8 24 40 0 50 41 1C 15D 43 2B
Octal 270 44 100 0 120 101 34 535 103 53
Binary 10111000 100100 1000000 0 1010000 1000001 11100 101011101 1000011 101011

Color Harmonies of #B82440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82440

Black with #B82440

Text Example


Text Example

White with #B82440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82440; }

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

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

background-color css

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

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

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

border-color css

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

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

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