Html Css Color HEX #B82333 Cardinal

📋 copy color: '#B82333'

red 184 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #B82333

Tints of Cardinal #B82333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 68.15%
G = 12.96%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B82333 (or 0xB82333) is known color: Cardinal. HEX triplet: B8, 23 and 33. RGB value is (184,35,51). Sum of RGB (Red+Green+Blue) = 184+35+51=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82333 is #47DCCC. Grayscale: #515151. Windows color (decimal): -4709581 or 3351480. OLE color: 3351480.

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

Color convert

RGB 184 35 51 -
CMYK 0 0.81 0.72 0.28
HSL 353.56º 0.68% 0.43% -
HSV(B) 353.56º 0.81% 0.72% -
XYZ 20.97 11.63 4.27 -
YUV 81.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 184 35 51 0 0.81 0.72 0.28 353.56 0.68 0.43
Hex B8 23 33 0 51 48 1C 162 44 2B
Octal 270 43 63 0 121 110 34 542 104 53
Binary 10111000 100011 110011 0 1010001 1001000 11100 101100010 1000100 101011

Color Harmonies of #B82333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82333

Black with #B82333

Text Example


Text Example

White with #B82333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82333; }

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

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

background-color css

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

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

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

border-color css

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

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

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