Html Css Color HEX #B82141 Cardinal

📋 copy color: '#B82141'

red 184 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B82141

Tints of Cardinal #B82141

RGB

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

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

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

R = 65.25%
G = 11.7%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82141 (or 0xB82141) is known color: Cardinal. HEX triplet: B8, 21 and 41. RGB value is (184,33,65). Sum of RGB (Red+Green+Blue) = 184+33+65=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B82141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82141 is #47DEBE. Grayscale: #515151. Windows color (decimal): -4710079 or 4268472. OLE color: 4268472.

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

Color convert

RGB 184 33 65 -
CMYK 0 0.82 0.65 0.28
HSL 347.28º 0.7% 0.43% -
HSV(B) 347.28º 0.82% 0.72% -
XYZ 21.27 11.66 6.13 -
YUV 81.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 184 33 65 0 0.82 0.65 0.28 347.28 0.7 0.43
Hex B8 21 41 0 52 41 1C 15B 46 2B
Octal 270 41 101 0 122 101 34 533 106 53
Binary 10111000 100001 1000001 0 1010010 1000001 11100 101011011 1000110 101011

Color Harmonies of #B82141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82141

Black with #B82141

Text Example


Text Example

White with #B82141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82141; }

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

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

background-color css

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

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

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

border-color css

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

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

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