Html Css Color HEX #B82343 Cardinal

📋 copy color: '#B82343'

red 184 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #B82343

Tints of Cardinal #B82343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 64.34%
G = 12.24%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B82343 (or 0xB82343) is known color: Cardinal. HEX triplet: B8, 23 and 43. RGB value is (184,35,67). Sum of RGB (Red+Green+Blue) = 184+35+67=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B82343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82343 is #47DCBC. Grayscale: #535353. Windows color (decimal): -4709565 or 4400056. OLE color: 4400056.

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

Color convert

RGB 184 35 67 -
CMYK 0 0.81 0.64 0.28
HSL 347.11º 0.68% 0.43% -
HSV(B) 347.11º 0.81% 0.72% -
XYZ 21.38 11.8 6.46 -
YUV 83.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 184 35 67 0 0.81 0.64 0.28 347.11 0.68 0.43
Hex B8 23 43 0 51 40 1C 15B 44 2B
Octal 270 43 103 0 121 100 34 533 104 53
Binary 10111000 100011 1000011 0 1010001 1000000 11100 101011011 1000100 101011

Color Harmonies of #B82343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82343

Black with #B82343

Text Example


Text Example

White with #B82343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82343; }

 p { color: rgb(184,35,67); }

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

background-color css

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

 a { background-color: rgb(184,35,67); }

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

border-color css

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

 span { border-color: rgb(184,35,67); }

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