Html Css Color HEX #B2113C Cardinal

📋 copy color: '#B2113C'

red 178 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #B2113C

Tints of Cardinal #B2113C

RGB

 RED value IS 178 (69.92% from 255) = 69.8%

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 69.8%
G = 6.67%
B = 23.53%

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

#B2113C (or 0xB2113C) is known color: Cardinal. HEX triplet: B2, 11 and 3C. RGB value is (178,17,60). Sum of RGB (Red+Green+Blue) = 178+17+60=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2113C is #4DEEC3. Grayscale: #464646. Windows color (decimal): -5107396 or 3936690. OLE color: 3936690.

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

Color convert

RGB 178 17 60 -
CMYK 0 0.90 0.66 0.30
HSL 343.98º 0.83% 0.38% -
HSV(B) 343.98º 0.9% 0.7% -
XYZ 19.38 10.19 5.22 -
YUV 70.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 178 17 60 0 0.90 0.66 0.30 343.98 0.83 0.38
Hex B2 11 3C 0 5A 42 1E 158 53 26
Octal 262 21 74 0 132 102 36 530 123 46
Binary 10110010 10001 111100 0 1011010 1000010 11110 101011000 1010011 100110

Color Harmonies of #B2113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2113C

Black with #B2113C

Text Example


Text Example

White with #B2113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2113C; }

 p { color: rgb(178,17,60); }

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

background-color css

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

 a { background-color: rgb(178,17,60); }

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

border-color css

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

 span { border-color: rgb(178,17,60); }

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