Html Css Color HEX #B2102F Cardinal

📋 copy color: '#B2102F'

red 178 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #B2102F

Tints of Cardinal #B2102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 73.86%
G = 6.64%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2102F (or 0xB2102F) is known color: Cardinal. HEX triplet: B2, 10 and 2F. RGB value is (178,16,47). Sum of RGB (Red+Green+Blue) = 178+16+47=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2102F is #4DEFD0. Grayscale: #444444. Windows color (decimal): -5107665 or 3084466. OLE color: 3084466.

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

Color convert

RGB 178 16 47 -
CMYK 0 0.91 0.74 0.30
HSL 348.52º 0.84% 0.38% -
HSV(B) 348.52º 0.91% 0.7% -
XYZ 19.06 10.04 3.62 -
YUV 67.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 178 16 47 0 0.91 0.74 0.30 348.52 0.84 0.38
Hex B2 10 2F 0 5B 4A 1E 15D 54 26
Octal 262 20 57 0 133 112 36 535 124 46
Binary 10110010 10000 101111 0 1011011 1001010 11110 101011101 1010100 100110

Color Harmonies of #B2102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2102F

Black with #B2102F

Text Example


Text Example

White with #B2102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2102F; }

 p { color: rgb(178,16,47); }

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

background-color css

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

 a { background-color: rgb(178,16,47); }

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

border-color css

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

 span { border-color: rgb(178,16,47); }

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