Html Css Color HEX #B3242E Cardinal

📋 copy color: '#B3242E'

red 179 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B3242E

Tints of Cardinal #B3242E

RGB

 RED value IS 179 (70.31% from 255) = 68.58%

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 68.58%
G = 13.79%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3242E (or 0xB3242E) is known color: Cardinal. HEX triplet: B3, 24 and 2E. RGB value is (179,36,46). Sum of RGB (Red+Green+Blue) = 179+36+46=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3242E is #4CDBD1. Grayscale: #505050. Windows color (decimal): -5037010 or 3024051. OLE color: 3024051.

HSL color Cylindrical-coordinate representation of color #B3242E: hue angle of 355.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3242E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 46 -
CMYK 0 0.80 0.74 0.30
HSL 355.8º 0.67% 0.42% -
HSV(B) 355.8º 0.8% 0.7% -
XYZ 19.71 11.04 3.68 -
YUV 79.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 179 36 46 0 0.80 0.74 0.30 355.8 0.67 0.42
Hex B3 24 2E 0 50 4A 1E 164 43 2A
Octal 263 44 56 0 120 112 36 544 103 52
Binary 10110011 100100 101110 0 1010000 1001010 11110 101100100 1000011 101010

Color Harmonies of #B3242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3242E

Black with #B3242E

Text Example


Text Example

White with #B3242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3242E; }

 p { color: rgb(179,36,46); }

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

background-color css

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

 a { background-color: rgb(179,36,46); }

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

border-color css

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

 span { border-color: rgb(179,36,46); }

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