Html Css Color HEX #B4093A Cardinal

📋 copy color: '#B4093A'

red 180 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #B4093A

Tints of Cardinal #B4093A

RGB

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

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

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

R = 72.87%
G = 3.64%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4093A (or 0xB4093A) is known color: Cardinal. HEX triplet: B4, 09 and 3A. RGB value is (180,9,58). Sum of RGB (Red+Green+Blue) = 180+9+58=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B4093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4093A is #4BF6C5. Grayscale: #414141. Windows color (decimal): -4978374 or 3803572. OLE color: 3803572.

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

Color convert

RGB 180 9 58 -
CMYK 0 0.95 0.68 0.29
HSL 342.81º 0.9% 0.37% -
HSV(B) 342.81º 0.95% 0.71% -
XYZ 19.68 10.2 4.94 -
YUV 65.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 180 9 58 0 0.95 0.68 0.29 342.81 0.9 0.37
Hex B4 9 3A 0 5F 44 1D 157 5A 25
Octal 264 11 72 0 137 104 35 527 132 45
Binary 10110100 1001 111010 0 1011111 1000100 11101 101010111 1011010 100101

Color Harmonies of #B4093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4093A

Black with #B4093A

Text Example


Text Example

White with #B4093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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