Html Css Color HEX #B3243C Cardinal

📋 copy color: '#B3243C'

red 179 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #B3243C

Tints of Cardinal #B3243C

RGB

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

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

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

R = 65.09%
G = 13.09%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3243C (or 0xB3243C) is known color: Cardinal. HEX triplet: B3, 24 and 3C. RGB value is (179,36,60). Sum of RGB (Red+Green+Blue) = 179+36+60=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3243C is #4CDBC3. Grayscale: #515151. Windows color (decimal): -5036996 or 3941555. OLE color: 3941555.

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

Color convert

RGB 179 36 60 -
CMYK 0 0.80 0.66 0.30
HSL 349.93º 0.67% 0.42% -
HSV(B) 349.93º 0.8% 0.7% -
XYZ 20.04 11.17 5.38 -
YUV 81.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 179 36 60 0 0.80 0.66 0.30 349.93 0.67 0.42
Hex B3 24 3C 0 50 42 1E 15E 43 2A
Octal 263 44 74 0 120 102 36 536 103 52
Binary 10110011 100100 111100 0 1010000 1000010 11110 101011110 1000011 101010

Color Harmonies of #B3243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3243C

Black with #B3243C

Text Example


Text Example

White with #B3243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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