Html Css Color HEX #B2093A Cardinal

📋 copy color: '#B2093A'

red 178 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #B2093A

Tints of Cardinal #B2093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 72.65%
G = 3.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2093A (or 0xB2093A) is known color: Cardinal. HEX triplet: B2, 09 and 3A. RGB value is (178,9,58). Sum of RGB (Red+Green+Blue) = 178+9+58=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2093A is #4DF6C5. Grayscale: #414141. Windows color (decimal): -5109446 or 3803570. OLE color: 3803570.

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

Color convert

RGB 178 9 58 -
CMYK 0 0.95 0.67 0.30
HSL 342.6º 0.9% 0.37% -
HSV(B) 342.6º 0.95% 0.7% -
XYZ 19.22 9.97 4.91 -
YUV 65.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 178 9 58 0 0.95 0.67 0.30 342.6 0.9 0.37
Hex B2 9 3A 0 5F 43 1E 157 5A 25
Octal 262 11 72 0 137 103 36 527 132 45
Binary 10110010 1001 111010 0 1011111 1000011 11110 101010111 1011010 100101

Color Harmonies of #B2093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2093A

Black with #B2093A

Text Example


Text Example

White with #B2093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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