Html Css Color HEX #B4102C Cardinal

📋 copy color: '#B4102C'

red 180 ◦ green 16 ◦ blue 44

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

Shades of Cardinal #B4102C

Tints of Cardinal #B4102C

RGB

 RED value IS 180 (70.7% from 255) = 75%

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 44 (17.58% from 255) = 18.33%

R = 75%
G = 6.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4102C (or 0xB4102C) is known color: Cardinal. HEX triplet: B4, 10 and 2C. RGB value is (180,16,44). Sum of RGB (Red+Green+Blue) = 180+16+44=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4102C is #4BEFD3. Grayscale: #444444. Windows color (decimal): -4976596 or 2887860. OLE color: 2887860.

HSL color Cylindrical-coordinate representation of color #B4102C: hue angle of 349.76º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4102C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 44 -
CMYK 0 0.91 0.76 0.29
HSL 349.76º 0.84% 0.38% -
HSV(B) 349.76º 0.91% 0.71% -
XYZ 19.46 10.26 3.34 -
YUV 68.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 180 16 44 0 0.91 0.76 0.29 349.76 0.84 0.38
Hex B4 10 2C 0 5B 4C 1D 15E 54 26
Octal 264 20 54 0 133 114 35 536 124 46
Binary 10110100 10000 101100 0 1011011 1001100 11101 101011110 1010100 100110

Color Harmonies of #B4102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4102C

Black with #B4102C

Text Example


Text Example

White with #B4102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4102C; }

 p { color: rgb(180,16,44); }

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

background-color css

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

 a { background-color: rgb(180,16,44); }

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

border-color css

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

 span { border-color: rgb(180,16,44); }

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