Html Css Color HEX #B2113B Cardinal

📋 copy color: '#B2113B'

red 178 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #B2113B

Tints of Cardinal #B2113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 70.08%
G = 6.69%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2113B (or 0xB2113B) is known color: Cardinal. HEX triplet: B2, 11 and 3B. RGB value is (178,17,59). Sum of RGB (Red+Green+Blue) = 178+17+59=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2113B is #4DEEC4. Grayscale: #454545. Windows color (decimal): -5107397 or 3871154. OLE color: 3871154.

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

Color convert

RGB 178 17 59 -
CMYK 0 0.90 0.67 0.30
HSL 344.35º 0.83% 0.38% -
HSV(B) 344.35º 0.9% 0.7% -
XYZ 19.35 10.18 5.08 -
YUV 69.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 178 17 59 0 0.90 0.67 0.30 344.35 0.83 0.38
Hex B2 11 3B 0 5A 43 1E 158 53 26
Octal 262 21 73 0 132 103 36 530 123 46
Binary 10110010 10001 111011 0 1011010 1000011 11110 101011000 1010011 100110

Color Harmonies of #B2113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2113B

Black with #B2113B

Text Example


Text Example

White with #B2113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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