Html Css Color HEX #B8243A Cardinal

📋 copy color: '#B8243A'

red 184 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #B8243A

Tints of Cardinal #B8243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 66.19%
G = 12.95%
B = 20.86%

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

#B8243A (or 0xB8243A) is known color: Cardinal. HEX triplet: B8, 24 and 3A. RGB value is (184,36,58). Sum of RGB (Red+Green+Blue) = 184+36+58=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8243A is #47DBC5. Grayscale: #525252. Windows color (decimal): -4709318 or 3810488. OLE color: 3810488.

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

Color convert

RGB 184 36 58 -
CMYK 0 0.80 0.68 0.28
HSL 351.08º 0.67% 0.43% -
HSV(B) 351.08º 0.8% 0.72% -
XYZ 21.16 11.76 5.16 -
YUV 82.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 184 36 58 0 0.80 0.68 0.28 351.08 0.67 0.43
Hex B8 24 3A 0 50 44 1C 15F 43 2B
Octal 270 44 72 0 120 104 34 537 103 53
Binary 10111000 100100 111010 0 1010000 1000100 11100 101011111 1000011 101011

Color Harmonies of #B8243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8243A

Black with #B8243A

Text Example


Text Example

White with #B8243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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