Html Css Color HEX #B3123C Cardinal

📋 copy color: '#B3123C'

red 179 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #B3123C

Tints of Cardinal #B3123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 69.65%
G = 7%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3123C (or 0xB3123C) is known color: Cardinal. HEX triplet: B3, 12 and 3C. RGB value is (179,18,60). Sum of RGB (Red+Green+Blue) = 179+18+60=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3123C is #4CEDC3. Grayscale: #464646. Windows color (decimal): -5041604 or 3936947. OLE color: 3936947.

HSL color Cylindrical-coordinate representation of color #B3123C: hue angle of 344.35º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3123C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 60 -
CMYK 0 0.90 0.66 0.30
HSL 344.35º 0.82% 0.39% -
HSV(B) 344.35º 0.9% 0.7% -
XYZ 19.62 10.34 5.24 -
YUV 70.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 179 18 60 0 0.90 0.66 0.30 344.35 0.82 0.39
Hex B3 12 3C 0 5A 42 1E 158 52 27
Octal 263 22 74 0 132 102 36 530 122 47
Binary 10110011 10010 111100 0 1011010 1000010 11110 101011000 1010010 100111

Color Harmonies of #B3123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3123C

Black with #B3123C

Text Example


Text Example

White with #B3123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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