Html Css Color HEX #B82527 Cardinal

📋 copy color: '#B82527'

red 184 ◦ green 37 ◦ blue 39

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

Shades of Cardinal #B82527

Tints of Cardinal #B82527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 70.77%
G = 14.23%
B = 15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B82527 (or 0xB82527) is known color: Cardinal. HEX triplet: B8, 25 and 27. RGB value is (184,37,39). Sum of RGB (Red+Green+Blue) = 184+37+39=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B82527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82527 is #47DAD8. Grayscale: #515151. Windows color (decimal): -4709081 or 2565560. OLE color: 2565560.

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

Color convert

RGB 184 37 39 -
CMYK 0 0.80 0.79 0.28
HSL 359.18º 0.67% 0.43% -
HSV(B) 359.18º 0.8% 0.72% -
XYZ 20.79 11.66 3.07 -
YUV 81.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 184 37 39 0 0.80 0.79 0.28 359.18 0.67 0.43
Hex B8 25 27 0 50 4F 1C 167 43 2B
Octal 270 45 47 0 120 117 34 547 103 53
Binary 10111000 100101 100111 0 1010000 1001111 11100 101100111 1000011 101011

Color Harmonies of #B82527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82527

Black with #B82527

Text Example


Text Example

White with #B82527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82527; }

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

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

background-color css

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

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

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

border-color css

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

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

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