Html Css Color HEX #B82537 Cardinal

📋 copy color: '#B82537'

red 184 ◦ green 37 ◦ blue 55

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

Shades of Cardinal #B82537

Tints of Cardinal #B82537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 66.67%
G = 13.41%
B = 19.93%

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

#B82537 (or 0xB82537) is known color: Cardinal. HEX triplet: B8, 25 and 37. RGB value is (184,37,55). Sum of RGB (Red+Green+Blue) = 184+37+55=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82537 is #47DAC8. Grayscale: #535353. Windows color (decimal): -4709065 or 3614136. OLE color: 3614136.

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

Color convert

RGB 184 37 55 -
CMYK 0 0.80 0.70 0.28
HSL 352.65º 0.67% 0.43% -
HSV(B) 352.65º 0.8% 0.72% -
XYZ 21.12 11.79 4.78 -
YUV 83.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 184 37 55 0 0.80 0.70 0.28 352.65 0.67 0.43
Hex B8 25 37 0 50 46 1C 161 43 2B
Octal 270 45 67 0 120 106 34 541 103 53
Binary 10111000 100101 110111 0 1010000 1000110 11100 101100001 1000011 101011

Color Harmonies of #B82537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82537

Black with #B82537

Text Example


Text Example

White with #B82537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82537; }

 p { color: rgb(184,37,55); }

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

background-color css

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

 a { background-color: rgb(184,37,55); }

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

border-color css

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

 span { border-color: rgb(184,37,55); }

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