Html Css Color HEX #B8253A Cardinal

📋 copy color: '#B8253A'

red 184 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #B8253A

Tints of Cardinal #B8253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 65.95%
G = 13.26%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8253A (or 0xB8253A) is known color: Cardinal. HEX triplet: B8, 25 and 3A. RGB value is (184,37,58). Sum of RGB (Red+Green+Blue) = 184+37+58=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8253A is #47DAC5. Grayscale: #535353. Windows color (decimal): -4709062 or 3810744. OLE color: 3810744.

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

Color convert

RGB 184 37 58 -
CMYK 0 0.80 0.68 0.28
HSL 351.43º 0.67% 0.43% -
HSV(B) 351.43º 0.8% 0.72% -
XYZ 21.19 11.82 5.17 -
YUV 83.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 184 37 58 0 0.80 0.68 0.28 351.43 0.67 0.43
Hex B8 25 3A 0 50 44 1C 15F 43 2B
Octal 270 45 72 0 120 104 34 537 103 53
Binary 10111000 100101 111010 0 1010000 1000100 11100 101011111 1000011 101011

Color Harmonies of #B8253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8253A

Black with #B8253A

Text Example


Text Example

White with #B8253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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