Html Css Color HEX #B82438 Cardinal

📋 copy color: '#B82438'

red 184 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #B82438

Tints of Cardinal #B82438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 66.67%
G = 13.04%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B82438 (or 0xB82438) is known color: Cardinal. HEX triplet: B8, 24 and 38. RGB value is (184,36,56). Sum of RGB (Red+Green+Blue) = 184+36+56=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82438 is #47DBC7. Grayscale: #525252. Windows color (decimal): -4709320 or 3679416. OLE color: 3679416.

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

Color convert

RGB 184 36 56 -
CMYK 0 0.80 0.70 0.28
HSL 351.89º 0.67% 0.43% -
HSV(B) 351.89º 0.8% 0.72% -
XYZ 21.11 11.74 4.89 -
YUV 82.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 184 36 56 0 0.80 0.70 0.28 351.89 0.67 0.43
Hex B8 24 38 0 50 46 1C 160 43 2B
Octal 270 44 70 0 120 106 34 540 103 53
Binary 10111000 100100 111000 0 1010000 1000110 11100 101100000 1000011 101011

Color Harmonies of #B82438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82438

Black with #B82438

Text Example


Text Example

White with #B82438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82438; }

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

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

background-color css

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

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

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

border-color css

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

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

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