Html Css Color HEX #BF182B Cardinal

📋 copy color: '#BF182B'

red 191 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #BF182B

Tints of Cardinal #BF182B

RGB

 RED value IS 191 (75% from 255) = 74.03%

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 74.03%
G = 9.3%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF182B (or 0xBF182B) is known color: Cardinal. HEX triplet: BF, 18 and 2B. RGB value is (191,24,43). Sum of RGB (Red+Green+Blue) = 191+24+43=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF182B is #40E7D4. Grayscale: #4C4C4C. Windows color (decimal): -4253653 or 2824383. OLE color: 2824383.

HSL color Cylindrical-coordinate representation of color #BF182B: hue angle of 353.17º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF182B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 43 -
CMYK 0 0.87 0.77 0.25
HSL 353.17º 0.78% 0.42% -
HSV(B) 353.17º 0.87% 0.75% -
XYZ 22.25 11.9 3.41 -
YUV 76.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 191 24 43 0 0.87 0.77 0.25 353.17 0.78 0.42
Hex BF 18 2B 0 57 4D 19 161 4E 2A
Octal 277 30 53 0 127 115 31 541 116 52
Binary 10111111 11000 101011 0 1010111 1001101 11001 101100001 1001110 101010

Color Harmonies of #BF182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF182B

Black with #BF182B

Text Example


Text Example

White with #BF182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF182B; }

 p { color: rgb(191,24,43); }

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

background-color css

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

 a { background-color: rgb(191,24,43); }

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

border-color css

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

 span { border-color: rgb(191,24,43); }

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