Html Css Color HEX #B2113E Cardinal

📋 copy color: '#B2113E'

red 178 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #B2113E

Tints of Cardinal #B2113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 69.26%
G = 6.61%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2113E (or 0xB2113E) is known color: Cardinal. HEX triplet: B2, 11 and 3E. RGB value is (178,17,62). Sum of RGB (Red+Green+Blue) = 178+17+62=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2113E is #4DEEC1. Grayscale: #464646. Windows color (decimal): -5107394 or 4067762. OLE color: 4067762.

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

Color convert

RGB 178 17 62 -
CMYK 0 0.90 0.65 0.30
HSL 343.23º 0.83% 0.38% -
HSV(B) 343.23º 0.9% 0.7% -
XYZ 19.43 10.21 5.5 -
YUV 70.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 178 17 62 0 0.90 0.65 0.30 343.23 0.83 0.38
Hex B2 11 3E 0 5A 41 1E 157 53 26
Octal 262 21 76 0 132 101 36 527 123 46
Binary 10110010 10001 111110 0 1011010 1000001 11110 101010111 1010011 100110

Color Harmonies of #B2113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2113E

Black with #B2113E

Text Example


Text Example

White with #B2113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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