Html Css Color HEX #B8263C Cardinal

📋 copy color: '#B8263C'

red 184 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #B8263C

Tints of Cardinal #B8263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 65.25%
G = 13.48%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8263C (or 0xB8263C) is known color: Cardinal. HEX triplet: B8, 26 and 3C. RGB value is (184,38,60). Sum of RGB (Red+Green+Blue) = 184+38+60=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263C is #47D9C3. Grayscale: #545454. Windows color (decimal): -4708804 or 3942072. OLE color: 3942072.

HSL color Cylindrical-coordinate representation of color #B8263C: hue angle of 350.96º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8263C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 60 -
CMYK 0 0.79 0.67 0.28
HSL 350.96º 0.66% 0.44% -
HSV(B) 350.96º 0.79% 0.72% -
XYZ 21.28 11.9 5.45 -
YUV 84.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 184 38 60 0 0.79 0.67 0.28 350.96 0.66 0.44
Hex B8 26 3C 0 4F 43 1C 15F 42 2C
Octal 270 46 74 0 117 103 34 537 102 54
Binary 10111000 100110 111100 0 1001111 1000011 11100 101011111 1000010 101100

Color Harmonies of #B8263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8263C

Black with #B8263C

Text Example


Text Example

White with #B8263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8263C; }

 p { color: rgb(184,38,60); }

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

background-color css

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

 a { background-color: rgb(184,38,60); }

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

border-color css

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

 span { border-color: rgb(184,38,60); }

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