Html Css Color HEX #B3243F Cardinal

📋 copy color: '#B3243F'

red 179 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #B3243F

Tints of Cardinal #B3243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 64.39%
G = 12.95%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3243F (or 0xB3243F) is known color: Cardinal. HEX triplet: B3, 24 and 3F. RGB value is (179,36,63). Sum of RGB (Red+Green+Blue) = 179+36+63=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3243F is #4CDBC0. Grayscale: #515151. Windows color (decimal): -5036993 or 4138163. OLE color: 4138163.

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

Color convert

RGB 179 36 63 -
CMYK 0 0.80 0.65 0.30
HSL 348.67º 0.67% 0.42% -
HSV(B) 348.67º 0.8% 0.7% -
XYZ 20.12 11.2 5.8 -
YUV 81.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 179 36 63 0 0.80 0.65 0.30 348.67 0.67 0.42
Hex B3 24 3F 0 50 41 1E 15D 43 2A
Octal 263 44 77 0 120 101 36 535 103 52
Binary 10110011 100100 111111 0 1010000 1000001 11110 101011101 1000011 101010

Color Harmonies of #B3243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3243F

Black with #B3243F

Text Example


Text Example

White with #B3243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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