Html Css Color HEX #B2093C Cardinal

📋 copy color: '#B2093C'

red 178 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #B2093C

Tints of Cardinal #B2093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 72.06%
G = 3.64%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2093C (or 0xB2093C) is known color: Cardinal. HEX triplet: B2, 09 and 3C. RGB value is (178,9,60). Sum of RGB (Red+Green+Blue) = 178+9+60=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2093C is #4DF6C3. Grayscale: #414141. Windows color (decimal): -5109444 or 3934642. OLE color: 3934642.

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

Color convert

RGB 178 9 60 -
CMYK 0 0.95 0.66 0.30
HSL 341.89º 0.9% 0.37% -
HSV(B) 341.89º 0.95% 0.7% -
XYZ 19.27 9.99 5.19 -
YUV 65.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 178 9 60 0 0.95 0.66 0.30 341.89 0.9 0.37
Hex B2 9 3C 0 5F 42 1E 156 5A 25
Octal 262 11 74 0 137 102 36 526 132 45
Binary 10110010 1001 111100 0 1011111 1000010 11110 101010110 1011010 100101

Color Harmonies of #B2093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2093C

Black with #B2093C

Text Example


Text Example

White with #B2093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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