Html Css Color HEX #B4092B Cardinal

📋 copy color: '#B4092B'

red 180 ◦ green 9 ◦ blue 43

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

Shades of Cardinal #B4092B

Tints of Cardinal #B4092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 77.59%
G = 3.88%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4092B (or 0xB4092B) is known color: Cardinal. HEX triplet: B4, 09 and 2B. RGB value is (180,9,43). Sum of RGB (Red+Green+Blue) = 180+9+43=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B4092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4092B is #4BF6D4. Grayscale: #404040. Windows color (decimal): -4978389 or 2820532. OLE color: 2820532.

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

Color convert

RGB 180 9 43 -
CMYK 0 0.95 0.76 0.29
HSL 348.07º 0.9% 0.37% -
HSV(B) 348.07º 0.95% 0.71% -
XYZ 19.36 10.07 3.21 -
YUV 64.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 180 9 43 0 0.95 0.76 0.29 348.07 0.9 0.37
Hex B4 9 2B 0 5F 4C 1D 15C 5A 25
Octal 264 11 53 0 137 114 35 534 132 45
Binary 10110100 1001 101011 0 1011111 1001100 11101 101011100 1011010 100101

Color Harmonies of #B4092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4092B

Black with #B4092B

Text Example


Text Example

White with #B4092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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