Html Css Color HEX #B82441 Cardinal

📋 copy color: '#B82441'

red 184 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #B82441

Tints of Cardinal #B82441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 64.56%
G = 12.63%
B = 22.81%

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

#B82441 (or 0xB82441) is known color: Cardinal. HEX triplet: B8, 24 and 41. RGB value is (184,36,65). Sum of RGB (Red+Green+Blue) = 184+36+65=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B82441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82441 is #47DBBE. Grayscale: #535353. Windows color (decimal): -4709311 or 4269240. OLE color: 4269240.

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

Color convert

RGB 184 36 65 -
CMYK 0 0.80 0.65 0.28
HSL 348.24º 0.67% 0.43% -
HSV(B) 348.24º 0.8% 0.72% -
XYZ 21.35 11.83 6.16 -
YUV 83.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 184 36 65 0 0.80 0.65 0.28 348.24 0.67 0.43
Hex B8 24 41 0 50 41 1C 15C 43 2B
Octal 270 44 101 0 120 101 34 534 103 53
Binary 10111000 100100 1000001 0 1010000 1000001 11100 101011100 1000011 101011

Color Harmonies of #B82441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82441

Black with #B82441

Text Example


Text Example

White with #B82441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82441; }

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

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

background-color css

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

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

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

border-color css

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

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

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